Include the specification header.
authorBruno Haible <bruno@clisp.org>
Fri, 20 Oct 2006 12:45:19 +0000 (12:45 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 20 Oct 2006 12:45:19 +0000 (12:45 +0000)
ChangeLog
lib/c-strstr.c

index 9125540..fc66eee 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
index e383fe3..b015a63 100644 (file)
@@ -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;