From dd32dee77028459138e8206ae2e73c965b863974 Mon Sep 17 00:00:00 2001 From: nsz Date: Thu, 7 Mar 2013 15:59:52 +0000 Subject: [PATCH 1/1] sizeof fix (grp.h no longer needs stdio.h) --- sizeof.c | 2 +- sizeof.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/sizeof.c b/sizeof.c index 1b2ae72..aa2e281 100644 --- a/sizeof.c +++ b/sizeof.c @@ -3,12 +3,12 @@ #define _FILE_OFFSET_BITS 64 #define SYSLOG_NAMES 1 #include -#include #include #include #include #include +#include #include #include #include diff --git a/sizeof.sh b/sizeof.sh index 849fd36..4ab5ede 100755 --- a/sizeof.sh +++ b/sizeof.sh @@ -27,7 +27,6 @@ echo '#define _LARGEFILE64_SOURCE 1' >>sizeof.c echo '#define _FILE_OFFSET_BITS 64' >>sizeof.c echo '#define SYSLOG_NAMES 1' >>sizeof.c echo '#include ' >>sizeof.c -echo '#include ' >>sizeof.c echo '#include ' >>sizeof.c echo '' >>sizeof.c -- 2.20.1