[daala] [PATCH] adapt: fix warning due to missing include
Tristan Matthews
le.businessman at gmail.com
Fri Sep 20 10:32:02 PDT 2013
From: Tristan Matthews <le.businessman at gmail.com>
---
src/adapt.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/adapt.c b/src/adapt.c
index bbb298d..cc9a5c4 100644
--- a/src/adapt.c
+++ b/src/adapt.c
@@ -26,6 +26,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.*/
#include "config.h"
#endif
+#include <stdlib.h>
+
#include "internal.h"
#include "adapt.h"
--
1.8.3.1
More information about the daala
mailing list