From e5cf463ba47a430a4a2509e029222682f974499f Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 20 Oct 2006 12:45:19 +0000 Subject: [PATCH] Include the specification header. --- ChangeLog | 4 ++++ lib/c-strstr.c | 3 +++ 2 files changed, 7 insertions(+) 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; -- 2.11.0