# HG changeset patch # User Bruno Haible # Date 1161348319 0 # Node ID 87ee6fcd25b6b2e72eb2920e775c924eff3ba7e5 # Parent 0ffcf7e861546b5a9d1a7bffbc24a318c7872c4f Include the specification header. diff -r 0ffcf7e86154 -r 87ee6fcd25b6 ChangeLog --- 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 + + * lib/c-strstr.c: Include c-strstr.h. + 2006-10-18 Charles Wilson * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends diff -r 0ffcf7e86154 -r 87ee6fcd25b6 lib/c-strstr.c --- 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 +/* Specification. */ +#include "c-strstr.h" + #include typedef unsigned chartype;