Fix: include stdlib.h in compat/string.h
[lttng-tools.git] / src / common / compat / string.h
index a7bcab0a8c345a6e34019b2419d424207372be10..196d7d20d4dbe7501f7cfd7efb305baf6fe490f8 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.022626 seconds and 4 git commands to generate.