changeset 8071:b0198d1bb409

* lib/strchrnul.c: Always include config.h first.
author Eric Blake <ebb9@byu.net>
date Fri, 02 Feb 2007 16:48:55 +0000
parents f16e2e21c00f
children c31253d5c505
files ChangeLog lib/strchrnul.c
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.
 
--- a/lib/strchrnul.c
+++ b/lib/strchrnul.c
@@ -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>