From: Bruno Haible Date: Fri, 20 Oct 2006 12:45:19 +0000 (+0000) Subject: Include the specification header. X-Git-Tag: cvs-readonly~1686 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=e5cf463ba47a430a4a2509e029222682f974499f;p=gnulib.git Include the specification header. --- diff --git a/ChangeLog b/ChangeLog index 9125540d1..fc66eee55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 --git a/lib/c-strstr.c b/lib/c-strstr.c index e383fe3ab..b015a6336 100644 --- 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 +/* Specification. */ +#include "c-strstr.h" + #include typedef unsigned chartype;