From b8ce324a66d77aee5a996f203788f9752efe38ba Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sat, 5 Jan 2008 13:32:32 +0000 Subject: [PATCH] Include config.h as a system include, as recommended by the autoconf documentation. --- ChangeLog | 2 ++ libmisc/xgetXXbyYY.c | 2 +- libmisc/yesno.c | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 941c7df8..dbed65a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,8 @@ the ones used for the definition of functions. * libmisc/console.c: Define is_listed() as static and add its prototype. + * libmisc/xgetXXbyYY.c, libmisc/yesno.c: Include config.h as a + system include, as recommended by the autoconf documentation. 2008-01-01 Nicolas François diff --git a/libmisc/xgetXXbyYY.c b/libmisc/xgetXXbyYY.c index 81a497a5..e5217ee0 100644 --- a/libmisc/xgetXXbyYY.c +++ b/libmisc/xgetXXbyYY.c @@ -23,7 +23,7 @@ #include #include #include -#include "config.h" +#include #include "prototypes.h" #define XFUNCTION_NAME XPREFIX (FUNCTION_NAME) diff --git a/libmisc/yesno.c b/libmisc/yesno.c index e5364561..bac10741 100644 --- a/libmisc/yesno.c +++ b/libmisc/yesno.c @@ -33,7 +33,7 @@ * Used by pwck.c and grpck.c */ -#include "config.h" +#include #ident "$Id$"