]> granicus.if.org Git - shadow/commitdiff
Include config.h as a system include, as recommended by the autoconf documentation.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 5 Jan 2008 13:32:32 +0000 (13:32 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 5 Jan 2008 13:32:32 +0000 (13:32 +0000)
ChangeLog
libmisc/xgetXXbyYY.c
libmisc/yesno.c

index 941c7df83e5cbad9e4f71d96fd998d5d87400855..dbed65a60c71da52a2099cc78123d67270aeb460 100644 (file)
--- 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  <nicolas.francois@centraliens.net>
 
index 81a497a51884c362bedf2c30fb8ce333fead54ce..e5217ee07ee226ad18c5c31545a5edf83d9cb880 100644 (file)
@@ -23,7 +23,7 @@
 #include <unistd.h>
 #include <stdlib.h>
 #include <stdio.h>
-#include "config.h"
+#include <config.h>
 #include "prototypes.h"
 
 #define XFUNCTION_NAME XPREFIX (FUNCTION_NAME)
index e53645615befa49640357012a9e2eac91dcc22d7..bac10741f7776d8ed051db806145ff14eea16902 100644 (file)
@@ -33,7 +33,7 @@
  * Used by pwck.c and grpck.c
  */
 
-#include "config.h"
+#include <config.h>
 
 #ident "$Id$"