From d717b6dd5cb51ded197d0bcd25ca45c01b258de4 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 7 Jun 1994 21:18:35 +0000 Subject: [PATCH] now include stdio --- strdup.c | 1 + 1 file changed, 1 insertion(+) diff --git a/strdup.c b/strdup.c index 81265cd8b..b7376bec0 100644 --- a/strdup.c +++ b/strdup.c @@ -38,6 +38,7 @@ static char rcsid[] = "$Id$"; #include "config.h" +#include #ifdef STDC_HEADERS #include #endif /* STDC_HEADERS */