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:

committed by
Todd C. Miller

parent
3d73f05e3b
commit
f4e9e4337f
@@ -25,6 +25,7 @@
|
|||||||
#else
|
#else
|
||||||
# include "compat/stdbool.h"
|
# include "compat/stdbool.h"
|
||||||
#endif
|
#endif
|
||||||
|
#include <sys/types.h>
|
||||||
#include "sudo_queue.h"
|
#include "sudo_queue.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user