From 8c0ec86f25e8a2865daf8e813471d936969f0771 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 23 Jul 2003 06:16:05 +0000 Subject: [PATCH] include "xstrndup.h" --- lib/xstrndup.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/xstrndup.c b/lib/xstrndup.c index 25950706ca..a1e819efaf 100644 --- a/lib/xstrndup.c +++ b/lib/xstrndup.c @@ -22,8 +22,7 @@ # include "config.h" #endif -#include - +#include "xstrndup.h" #include "xalloc.h" char *strndup (char const *, size_t); -- 2.47.2