view emulation/libretro-dolphin/patch-musl.patch @ 1341:9f35c15329d1 default tip @

dev/meson: downgrade to 0.59.4 due to many regression
author David Demelier <markand@malikania.fr>
date Wed, 22 Dec 2021 21:52:57 +0100
parents 495050503ca8
children
line wrap: on
line source

--- ./Source/Core/Core/HW/WiimoteReal/IOLinux.cpp.orig	2019-08-25 08:33:46.477308492 +0200
+++ ./Source/Core/Core/HW/WiimoteReal/IOLinux.cpp	2019-08-25 08:34:05.045309063 +0200
@@ -6,6 +6,7 @@
 #include <bluetooth/hci.h>
 #include <bluetooth/hci_lib.h>
 #include <bluetooth/l2cap.h>
+#include <sys/select.h>
 #include <unistd.h>
 
 #include "Common/CommonTypes.h"