2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 09:57:41 +00:00

Include stdio.h after zlib.h, not before. We need the large file defines

to come first.
This commit is contained in:
Todd C. Miller 2010-11-20 09:59:44 -05:00
parent 901ca2a12c
commit 5a4762b2b7

View 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>