feat: godot-engine-source-4.3-stable
This commit is contained in:
parent
c59a7dcade
commit
7125d019b5
11149 changed files with 5070401 additions and 0 deletions
11
engine/thirdparty/linuxbsd_headers/alsa/patches/use-standard-poll-h.diff
vendored
Normal file
11
engine/thirdparty/linuxbsd_headers/alsa/patches/use-standard-poll-h.diff
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--- a/asoundlib.h
|
||||
+++ b/asoundlib.h
|
||||
@@ -35,7 +35,7 @@
|
||||
#include <string.h>
|
||||
#include <fcntl.h>
|
||||
#include <assert.h>
|
||||
-#include <sys/poll.h>
|
||||
+#include <poll.h>
|
||||
#include <errno.h>
|
||||
#include <stdarg.h>
|
||||
#include <endian.h>
|
||||
Loading…
Add table
Add a link
Reference in a new issue