From 611f228f0629c5af6e412ded54121501dc1856be Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 3 Jul 1996 03:59:02 +0000 Subject: [PATCH] (strndup): Include stdio.h and sys/types.h to get definition of NULL and size_t on SunOS4.1.3. --- lib/strndup.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/strndup.c b/lib/strndup.c index 08dbeeaef0..6bceed0815 100644 --- a/lib/strndup.c +++ b/lib/strndup.c @@ -21,6 +21,9 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ # include "config.h" #endif +#include +#include + #ifdef STDC_HEADERS # include # include -- 2.30.2