summaryrefslogtreecommitdiff
path: root/modules/strchrnul
diff options
context:
space:
mode:
Diffstat (limited to 'modules/strchrnul')
-rw-r--r--modules/strchrnul4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/strchrnul b/modules/strchrnul
index 4cd8698260..ee2307ac3d 100644
--- a/modules/strchrnul
+++ b/modules/strchrnul
@@ -2,11 +2,11 @@ Description:
strchrnul(): Find the first occurrence of C in S or the final NUL byte.
Files:
-lib/strchrnul.h
lib/strchrnul.c
m4/strchrnul.m4
Depends-on:
+string
configure.ac:
gl_FUNC_STRCHRNUL
@@ -14,7 +14,7 @@ gl_FUNC_STRCHRNUL
Makefile.am:
Include:
-"strchrnul.h"
+<string.h>
License:
LGPL