changeset 7532:c24b9100f102

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