Add missing string.h header for strerror_r()
[lttng-tools.git] / src / common / error.h
index 2ce6f57c287e4991ad28d284a861ca440569561e..81c20223d124282b59bb8ea23801cd714156f441 100644 (file)
@@ -20,6 +20,7 @@
 
 #include <errno.h>
 #include <stdio.h>
+#include <string.h>
 
 /* Stringify the expansion of a define */
 #define XSTR(d) STR(d)
This page took 0.023945 seconds and 4 git commands to generate.