From 4e355095d11a907cecf14dbe28d4c05f527d4cba Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 13 Sep 2006 13:50:51 +0000 Subject: r18472: - use STDC_HEADERS for stdlib.h and stddef.h as autoconf does - AC_HEADERS_STDC is not explicit needed metze (This used to be commit 8f20d2cfe564164ea049dbb9f52d885e11098c2a) --- source4/lib/replace/replace.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/lib/replace/replace.h') diff --git a/source4/lib/replace/replace.h b/source4/lib/replace/replace.h index e35f1da44e..ca315131f1 100644 --- a/source4/lib/replace/replace.h +++ b/source4/lib/replace/replace.h @@ -72,7 +72,8 @@ #include #endif -#ifdef HAVE_STDDEF_H +#if STDC_HEADERS +#include #include #endif -- cgit