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:
parent
901ca2a12c
commit
5a4762b2b7
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user