projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c07f0c
)
* lib/strchrnul.c: Always include config.h first.
author
Eric Blake
<ebb9@byu.net>
Fri, 2 Feb 2007 16:48:55 +0000
(16:48 +0000)
committer
Eric Blake
<ebb9@byu.net>
Fri, 2 Feb 2007 16:48:55 +0000
(16:48 +0000)
ChangeLog
patch
|
blob
|
history
lib/strchrnul.c
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
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.
diff --git
a/lib/strchrnul.c
b/lib/strchrnul.c
index 03c49c3ea2ba750685f6280ae6b637e4c55171d7..07014be17afb1f7cdfa98f69c3639faeb4ca6514 100644
(file)
--- 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>