]> granicus.if.org Git - sudo/commitdiff
Include stdio.h after zlib.h, not before. We need the large file defines
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 24 Oct 2014 22:59:48 +0000 (16:59 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 24 Oct 2014 22:59:48 +0000 (16:59 -0600)
to come first.

lib/zlib/gzguts.h

index d87659d0319fa36db9f59ea62124bd28207ef9ae..f793cde226a53844294491bb87176ff5e7a4eca9 100644 (file)
@@ -18,8 +18,8 @@
 #  define ZLIB_INTERNAL
 #endif
 
-#include <stdio.h>
 #include "zlib.h"
+#include <stdio.h>
 #ifdef STDC
 #  include <string.h>
 #  include <stdlib.h>