include "xstrndup.h"
authorJim Meyering <jim@meyering.net>
Wed, 23 Jul 2003 06:16:05 +0000 (06:16 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 23 Jul 2003 06:16:05 +0000 (06:16 +0000)
lib/xstrndup.c

index 2595070..a1e819e 100644 (file)
@@ -22,8 +22,7 @@
 # include "config.h"
 #endif
 
-#include <stddef.h>
-
+#include "xstrndup.h"
 #include "xalloc.h"
 
 char *strndup (char const *, size_t);