mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-03 07:45:47 +00:00
need stdlib.h here too
This commit is contained in:
@@ -52,6 +52,14 @@ struct rtentry;
|
|||||||
# include <sys/sockio.h>
|
# include <sys/sockio.h>
|
||||||
#endif
|
#endif
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#ifdef STDC_HEADERS
|
||||||
|
# include <stdlib.h>
|
||||||
|
# include <stddef.h>
|
||||||
|
#else
|
||||||
|
# ifdef HAVE_STDLIB_H
|
||||||
|
# include <stdlib.h>
|
||||||
|
# endif
|
||||||
|
#endif /* STDC_HEADERS */
|
||||||
#ifdef HAVE_STRING_H
|
#ifdef HAVE_STRING_H
|
||||||
# if defined(HAVE_MEMORY_H) && !defined(STDC_HEADERS)
|
# if defined(HAVE_MEMORY_H) && !defined(STDC_HEADERS)
|
||||||
# include <memory.h>
|
# include <memory.h>
|
||||||
|
Reference in New Issue
Block a user