]> 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>
Sat, 20 Nov 2010 14:59:52 +0000 (09:59 -0500)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 20 Nov 2010 14:59:52 +0000 (09:59 -0500)
to come first.

--HG--
branch : 1.7

zlib/gzguts.h

index 0f8fb79f87d4f65e7f5667129c763e3a361199f2..e554830f69e0065816b8e9517e4e5b851b5d596c 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>