changeset 27223:87ee6fcd25b6

Include the specification header.
author Bruno Haible <bruno@clisp.org>
date Fri, 20 Oct 2006 12:45:19 +0000
parents 0ffcf7e86154
children 02459d0c4632
files ChangeLog lib/c-strstr.c
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Oct 20 07:39:41 2006 +0000
+++ b/ChangeLog	Fri Oct 20 12:45:19 2006 +0000
@@ -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
--- a/lib/c-strstr.c	Fri Oct 20 07:39:41 2006 +0000
+++ b/lib/c-strstr.c	Fri Oct 20 12:45:19 2006 +0000
@@ -26,6 +26,9 @@
 
 #include <config.h>
 
+/* Specification.  */
+#include "c-strstr.h"
+
 #include <string.h>
 
 typedef unsigned chartype;