Port: add missing include for stdio.h compat
[babeltrace.git] / include / babeltrace / compat / stdio-internal.h
index 41d1df35037052cfbe6b39c2b8f0f23ec2683a4d..6b7dae51187201c93e656dc712180cc4779df0d1 100644 (file)
@@ -26,6 +26,8 @@
 #include <stdio.h>
 #include <errno.h>
 #include <assert.h>
+#include <malloc.h>
+#include <stdlib.h>
 
 #define BT_GETLINE_MINBUFLEN   64
 
This page took 0.023741 seconds and 4 git commands to generate.