From d05ea5da688c31457a8cf5bbcb552e0045b60a52 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Sun, 22 Jan 2012 16:09:24 -0500 Subject: [PATCH] Add missing string.h header for strerror_r() Signed-off-by: David Goulet --- src/common/error.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/error.h b/src/common/error.h index 2ce6f57c2..81c20223d 100644 --- a/src/common/error.h +++ b/src/common/error.h @@ -20,6 +20,7 @@ #include #include +#include /* Stringify the expansion of a define */ #define XSTR(d) STR(d) -- 2.34.1