From 01fa725c87f4117a848e062c22c353ba167df40d Mon Sep 17 00:00:00 2001 From: andersen Date: Fri, 9 Mar 2001 14:36:42 +0000 Subject: Patchs from Jeff Garzik to cleanup warnings with glibc 2.2 and use always use xfopen -Erik git-svn-id: svn://busybox.net/trunk/busybox@2021 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- dc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'dc.c') diff --git a/dc.c b/dc.c index a422139b1..8d7a92a28 100644 --- a/dc.c +++ b/dc.c @@ -2,6 +2,7 @@ #include #include #include +#include #include #include #include "busybox.h" -- cgit v1.2.3-55-g6feb