From: David Goulet Date: Sun, 22 Jan 2012 21:09:24 +0000 (-0500) Subject: Add missing string.h header for strerror_r() X-Git-Tag: v2.0-pre18~8 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=d05ea5da688c31457a8cf5bbcb552e0045b60a52;hp=68080f48f3874403769559009125aefb3c0bab97 Add missing string.h header for strerror_r() Signed-off-by: David Goulet --- 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)