summaryrefslogtreecommitdiff
path: root/Ports/vitetris/patches/workaround.patch
diff options
context:
space:
mode:
authorJaan <jaan_veersoo@hotmail.com>2021-03-20 23:34:53 +0200
committerAndreas Kling <kling@serenityos.org>2021-03-21 09:33:35 +0100
commit226e063207f69048c1698537e70e699cad5115e8 (patch)
treec30b3fded2afb45bb4d721483d006b4fb1fe9aa5 /Ports/vitetris/patches/workaround.patch
parent0a911178cea4fcfb462eb7e256c51ed75756c7c8 (diff)
downloadserenity-226e063207f69048c1698537e70e699cad5115e8.zip
Ports: vitetris
Diffstat (limited to 'Ports/vitetris/patches/workaround.patch')
-rw-r--r--Ports/vitetris/patches/workaround.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/Ports/vitetris/patches/workaround.patch b/Ports/vitetris/patches/workaround.patch
new file mode 100644
index 0000000000..b11426c74b
--- /dev/null
+++ b/Ports/vitetris/patches/workaround.patch
@@ -0,0 +1,10 @@
+diff --git a/src/input/select.h b/src/input/select.h
+index 093bb77..48aad37 100644
+--- a/src/input/select.h
++++ b/src/input/select.h
+@@ -1,4 +1,5 @@
+ #include "../config.h"
++#include <sys/time.h>
+ #if HAVE_SYS_SELECT_H
+ #include <sys/select.h>
+ #elif __DJGPP__