Fix: include stdlib.h in compat/string.h
[lttng-tools.git] / src / common / compat / string.h
index adb32530b951136cfa10683b57bba4066b0fd45c..a18d9e7cab56c2434a67debccf45d05b82252734 100644 (file)
@@ -10,6 +10,7 @@
 #define _COMPAT_STRING_H
 
 #include <string.h>
+#include <stdlib.h>
 
 #ifdef HAVE_STRNLEN
 static inline
This page took 0.024609 seconds and 5 git commands to generate.