Fix: Replace bt_timegm with a thread-safe implementation
[babeltrace.git] / include / babeltrace / compat / stdio-internal.h
index 41d1df35037052cfbe6b39c2b8f0f23ec2683a4d..9d8b52413465c3d24bdc49027ebaf20eca0ebeb0 100644 (file)
@@ -26,6 +26,8 @@
 #include <stdio.h>
 #include <errno.h>
 #include <assert.h>
+#include <stdlib.h>
+#include <limits.h>
 
 #define BT_GETLINE_MINBUFLEN   64
 
This page took 0.025905 seconds and 4 git commands to generate.