projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4eea204
)
Include the specification header.
author
Bruno Haible
<bruno@clisp.org>
Fri, 20 Oct 2006 12:45:19 +0000
(12:45 +0000)
committer
Bruno Haible
<bruno@clisp.org>
Fri, 20 Oct 2006 12:45:19 +0000
(12:45 +0000)
ChangeLog
patch
|
blob
|
history
lib/c-strstr.c
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 9125540d154707657093034ad52c813008c9abef..fc66eee55d3762d7fe6a93d45e6905e8f4da6524 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2006-10-16 Bruno Haible <bruno@clisp.org>
+
+ * lib/c-strstr.c: Include c-strstr.h.
+
2006-10-18 Charles Wilson <cygwin@cwilson.fastmail.fm>
* gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
diff --git
a/lib/c-strstr.c
b/lib/c-strstr.c
index e383fe3ab7f685f6edf34daacf64e887395a9376..b015a6336e1acd2d1528bb863bb38e6fc3931215 100644
(file)
--- a/
lib/c-strstr.c
+++ b/
lib/c-strstr.c
@@
-26,6
+26,9
@@
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
#include <config.h>
+/* Specification. */
+#include "c-strstr.h"
+
#include <string.h>
typedef unsigned chartype;