* 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 4010c97d338fef51488f450db2acbb73f7ee79b9..a684d220b660c5a9df0fd61549f8d88c2d6992db 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 03c49c3ea2ba750685f6280ae6b637e4c55171d7..07014be17afb1f7cdfa98f69c3639faeb4ca6514 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>