blob: 8ab84ad8ff2c65856be9f109b26b3a311bbbcf84 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- ./include/sudo_compat.h.orig
+++ ./include/sudo_compat.h
@@ -27,6 +27,7 @@
# include <stddef.h>
#endif
#include <stdarg.h>
+#include <sys/types.h>
/*
* Macros and functions that may be missing on some operating systems.
|