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