From eba8ed71f08f334bc94ac8eeedcd998fcdd05897 Mon Sep 17 00:00:00 2001 From: Eric 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 --- coreutils/cat.c | 1 + 1 file changed, 1 insertion(+) (limited to 'coreutils/cat.c') diff --git a/coreutils/cat.c b/coreutils/cat.c index 3554008f8..aa8528d6a 100644 --- a/coreutils/cat.c +++ b/coreutils/cat.c @@ -22,6 +22,7 @@ */ #include +#include #include "busybox.h" extern int cat_main(int argc, char **argv) -- cgit v1.2.3