1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 03:05:48 +03:00
aports/testing/pcsxr/fix-musl.patch
2019-06-10 05:13:19 -03:00

14 lines
364 B
Diff

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>