aboutsummaryrefslogtreecommitdiff
path: root/games/egoboo/files/patch-game-lin-file.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/egoboo/files/patch-game-lin-file.c')
-rw-r--r--games/egoboo/files/patch-game-lin-file.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/games/egoboo/files/patch-game-lin-file.c b/games/egoboo/files/patch-game-lin-file.c
index 43e86d6bdfc8..349573027a8f 100644
--- a/games/egoboo/files/patch-game-lin-file.c
+++ b/games/egoboo/files/patch-game-lin-file.c
@@ -1,9 +1,11 @@
---- lin-file.c.orig 2007-11-16 22:36:58.000000000 +0300
-+++ lin-file.c 2008-02-07 04:09:32.000000000 +0300
-@@ -9,6 +9,7 @@
+--- lin-file.c.orig 2019-06-15 14:41:01 UTC
++++ lin-file.c
+@@ -8,7 +8,8 @@
+ #include <glob.h>
#include <sys/types.h>
#include <sys/stat.h>
- #include <sys/dir.h>
+-#include <sys/dir.h>
++#include <dirent.h>
+#include <sys/syslimits.h>
//File Routines-----------------------------------------------------------