From ba856a8e262a0854594e89a3561c965efb2ea312 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 11 Sep 2006 14:08:51 +0000 Subject: r18383: ok we need _XOPEN_SOURCE 500 and include standards.h on Tru64 to get MAP_FAILED metze --- source/lib/replace/replace.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/lib/replace/replace.h') diff --git a/source/lib/replace/replace.h b/source/lib/replace/replace.h index 7664c51a5da..70fd89e3b9a 100644 --- a/source/lib/replace/replace.h +++ b/source/lib/replace/replace.h @@ -30,6 +30,10 @@ #include "config.h" +#ifdef HAVE_STANDARDS_H +#include +#endif + #include #include #include -- cgit