Add missing string.h header for strerror_r()
authorDavid Goulet <dgoulet@efficios.com>
Sun, 22 Jan 2012 21:09:24 +0000 (16:09 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Sun, 22 Jan 2012 21:09:24 +0000 (16:09 -0500)
Signed-off-by: David Goulet <dgoulet@efficios.com>
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.025639 seconds and 4 git commands to generate.