Fix includes when building with musl

Include sys/types.h for mode_t and id_t in sudo_debug.h
This commit is contained in:
Dan Robertson
2020-05-16 00:12:44 +00:00
committed by Todd C. Miller
parent 3d73f05e3b
commit f4e9e4337f

View File

@@ -25,6 +25,7 @@
#else
# include "compat/stdbool.h"
#endif
#include <sys/types.h>
#include "sudo_queue.h"
/*