From: Todd C. Miller Date: Sat, 20 Nov 2010 14:59:52 +0000 (-0500) Subject: Include stdio.h after zlib.h, not before. We need the large file defines X-Git-Tag: SUDO_1_7_5~101 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f8fc3e032ddb990abd321c086797919a924c533;p=sudo Include stdio.h after zlib.h, not before. We need the large file defines to come first. --HG-- branch : 1.7 --- diff --git a/zlib/gzguts.h b/zlib/gzguts.h index 0f8fb79f8..e554830f6 100644 --- a/zlib/gzguts.h +++ b/zlib/gzguts.h @@ -18,8 +18,8 @@ # define ZLIB_INTERNAL #endif -#include #include "zlib.h" +#include #ifdef STDC # include # include