1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 08:47:36 +00:00

Ports: vitetris

This commit is contained in:
Jaan 2021-03-20 23:34:53 +02:00 committed by Andreas Kling
parent 0a911178ce
commit 226e063207
3 changed files with 22 additions and 0 deletions

View 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__