Include config.h as a system include, as recommended by the autoconf documentation.

This commit is contained in:
nekral-guest
2008-01-05 13:32:32 +00:00
parent 99dc2b1abf
commit b8ce324a66
3 changed files with 4 additions and 2 deletions

View File

@@ -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>