From: Todd C. Miller Date: Fri, 24 Oct 2014 22:59:48 +0000 (-0600) Subject: Include stdio.h after zlib.h, not before. We need the large file defines X-Git-Tag: SUDO_1_8_12^2~117 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8bd2af4da8b8c972aeba1aa8376d241da3260f0;p=sudo Include stdio.h after zlib.h, not before. We need the large file defines to come first. --- diff --git a/lib/zlib/gzguts.h b/lib/zlib/gzguts.h index d87659d03..f793cde22 100644 --- a/lib/zlib/gzguts.h +++ b/lib/zlib/gzguts.h @@ -18,8 +18,8 @@ # define ZLIB_INTERNAL #endif -#include #include "zlib.h" +#include #ifdef STDC # include # include