mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 08:47:36 +00:00
Ports: vitetris
This commit is contained in:
parent
0a911178ce
commit
226e063207
3 changed files with 22 additions and 0 deletions
10
Ports/vitetris/patches/workaround.patch
Normal file
10
Ports/vitetris/patches/workaround.patch
Normal file
|
@ -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__
|
Loading…
Add table
Add a link
Reference in a new issue