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 25950706ca95da0b53dfa59bb19b68ea250165be..a1e819efaf35ea1ea96ebec159a70c52d3fb1bac 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);