diff options
Diffstat (limited to 'games/gnomegames/files/patch-ae')
-rw-r--r-- | games/gnomegames/files/patch-ae | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/gnomegames/files/patch-ae b/games/gnomegames/files/patch-ae new file mode 100644 index 000000000000..6da7f7501af1 --- /dev/null +++ b/games/gnomegames/files/patch-ae @@ -0,0 +1,10 @@ +--- ./aisleriot/menu.c.org Mon Oct 5 21:47:57 1998 ++++ ./aisleriot/menu.c Mon Oct 5 21:45:56 1998 +@@ -18,6 +18,7 @@ + + #define MENU_C + #include <config.h> ++#include <sys/types.h> + #include <dirent.h> + #include <guile/gh.h> + #include "sol.h" |