aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pcsxr/fix-musl.patch
blob: cb5a18d7dc53bbc9c41dfbe0a4f2808d63ed0a12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/plugins/dfinput/pad.c b/plugins/dfinput/pad.c
index bd3aef7..2a01910 100644
--- a/plugins/dfinput/pad.c
+++ b/plugins/dfinput/pad.c
@@ -16,6 +16,8 @@
  * along with this program; if not, see <http://www.gnu.org/licenses>.
  */
 
+#include <fcntl.h>
+
 #include "pad.h"
 #if !SDL_VERSION_ATLEAST(2,0,0) && defined(__linux__)
 #include <linux/input.h>