* lib/strchrnul.c: Always include config.h first.
authorEric Blake <ebb9@byu.net>
Fri, 2 Feb 2007 16:48:55 +0000 (16:48 +0000)
committerEric Blake <ebb9@byu.net>
Fri, 2 Feb 2007 16:48:55 +0000 (16:48 +0000)
ChangeLog
lib/strchrnul.c

index 4010c97..a684d22 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2007-02-02  Eric Blake  <ebb9@byu.net>
 
+       * lib/strchrnul.c: Always include config.h first.
+
        * modules/mountlist (Depends-on): Revert 2007-01-31 change,
        gnulib strstr is not necessary here.
 
index 03c49c3..07014be 100644 (file)
@@ -15,6 +15,8 @@
    along with this program; if not, write to the Free Software Foundation,
    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
+#include <config.h>
+
 /* Specification.  */
 #include <string.h>