ladybird/Ports/vitetris/patches/workaround.patch
2021-03-21 09:33:35 +01:00

11 lines
261 B
Diff

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__