summaryrefslogtreecommitdiff
path: root/lib/xstrndup.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-23 06:16:05 +0000
committerJim Meyering <jim@meyering.net>2003-07-23 06:16:05 +0000
commit8c0ec86f25e8a2865daf8e813471d936969f0771 (patch)
tree628206c43d964f1e3c0aabb404aa75dbe668c689 /lib/xstrndup.c
parentee6abf82dddfecf6fb4ebe3a9e5650441de0c101 (diff)
downloadcoreutils-8c0ec86f25e8a2865daf8e813471d936969f0771.tar.xz
include "xstrndup.h"
Diffstat (limited to 'lib/xstrndup.c')
-rw-r--r--lib/xstrndup.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/xstrndup.c b/lib/xstrndup.c
index 25950706c..a1e819efa 100644
--- a/lib/xstrndup.c
+++ b/lib/xstrndup.c
@@ -22,8 +22,7 @@
# include "config.h"
#endif
-#include <stddef.h>
-
+#include "xstrndup.h"
#include "xalloc.h"
char *strndup (char const *, size_t);