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 --- coreutils/uname.c | 1 + 1 file changed, 1 insertion(+) (limited to 'coreutils/uname.c') diff --git a/coreutils/uname.c b/coreutils/uname.c index 4931ff1d8..f7e2291a8 100644 --- a/coreutils/uname.c +++ b/coreutils/uname.c @@ -33,6 +33,7 @@ #include #include +#include #include #include -- cgit v1.2.3-55-g6feb