mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-03 16:40:25 +00:00
12 lines
341 B
Diff
12 lines
341 B
Diff
--- mesa-22.0.1.orig/src/util/rand_xor.c 2022-03-29 14:22:21.000000000 -0500
|
|
+++ mesa-22.0.1/src/util/rand_xor.c 2022-04-02 11:34:49.729864365 -0500
|
|
@@ -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>
|