mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-28 12:57:50 +00:00
Include stdio.h after zlib.h, not before. We need the large file defines
to come first.
This commit is contained in:
parent
901ca2a12c
commit
5a4762b2b7
@ -18,8 +18,8 @@
|
|||||||
# define ZLIB_INTERNAL
|
# define ZLIB_INTERNAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <stdio.h>
|
|
||||||
#include "zlib.h"
|
#include "zlib.h"
|
||||||
|
#include <stdio.h>
|
||||||
#ifdef STDC
|
#ifdef STDC
|
||||||
# include <string.h>
|
# include <string.h>
|
||||||
# include <stdlib.h>
|
# include <stdlib.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user