1234567891011121314 |
- diff --git a/src/util/rand_xor.c b/src/util/rand_xor.c
- index 81b64f1ea71..14e6c9d27c3 100644
- --- a/src/util/rand_xor.c
- +++ b/src/util/rand_xor.c
- @@ -27,6 +27,8 @@
- #if !DETECT_OS_WINDOWS
- #if defined(HAVE_GETRANDOM)
- #include <sys/random.h>
- +#include <sys/types.h>
- +#include <sys/stat.h>
- #endif
- #include <unistd.h>
- #include <fcntl.h>
|