summaryrefslogtreecommitdiff
path: root/lib/strcasestr.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2005-08-31 11:51:18 +0000
committerBruno Haible <bruno@clisp.org>2005-08-31 11:51:18 +0000
commit32b9e13eb69168387580d50b58f1dbd032b862ce (patch)
tree19dea0d4cc2be96864556d6ea1d2cb3d687d5414 /lib/strcasestr.c
parent9872ae9fd2e227178a0a5968734310605c156191 (diff)
downloadgnulib-32b9e13eb69168387580d50b58f1dbd032b862ce.tar.gz
Include a header, to define NULL.
Diffstat (limited to 'lib/strcasestr.c')
-rw-r--r--lib/strcasestr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/strcasestr.c b/lib/strcasestr.c
index 5a0fc426ec..64291a17cd 100644
--- a/lib/strcasestr.c
+++ b/lib/strcasestr.c
@@ -24,6 +24,7 @@
#include "strcasestr.h"
#include <ctype.h>
+#include <stddef.h> /* for NULL */
#if HAVE_MBRTOWC
# include "mbuiter.h"