Build babel before the tests. Use <stdlib.h> instead of <malloc.h>
[projects/chimara/chimara.git] / tests / babeltest.c
index 6daba85af2a1e26dcdcbbae581b66b08e7305489..69ed3cca4fa0b256413f7b1111bf0691bc39f2c9 100644 (file)
@@ -2,7 +2,7 @@
 
 #include <stdio.h>
 #include <string.h>
-#include <malloc.h>
+#include <stdlib.h>
 #include <glib.h>
 #include <glib/gprintf.h>
 #include <libgda/libgda.h>