Add missing stdint.h and sudo_rand.h includes.
Needed for arc4random() and uin64_t.
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
|
||||
#include <sys/socket.h>
|
||||
#include <sys/uio.h>
|
||||
|
||||
#if defined(HAVE_STDINT_H)
|
||||
# include <stdint.h>
|
||||
#elif defined(HAVE_INTTYPES_H)
|
||||
|
Reference in New Issue
Block a user