From 043b1e5d997d9b582a5aee37bd56e2e4f29be6e4 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 6 Sep 2009 12:47:55 +0200 Subject: more C standard compat fixes from Dan Fandrich function old new delta docolon 207 204 -3 Signed-off-by: Denys Vlasenko --- coreutils/uname.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'coreutils/uname.c') diff --git a/coreutils/uname.c b/coreutils/uname.c index 8453bcc01..9822e49bd 100644 --- a/coreutils/uname.c +++ b/coreutils/uname.c @@ -48,8 +48,9 @@ * Fix handling of -a to not print "unknown", add -o and -i support. */ -#include #include "libbb.h" +/* After libbb.h, since it needs sys/types.h on some systems */ +#include typedef struct { struct utsname name; -- cgit v1.2.3