diff options
Diffstat (limited to 'games/macopix/files/patch-ab')
-rw-r--r-- | games/macopix/files/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/macopix/files/patch-ab b/games/macopix/files/patch-ab new file mode 100644 index 000000000000..dc5faceb656b --- /dev/null +++ b/games/macopix/files/patch-ab @@ -0,0 +1,12 @@ +--- mail.c.org Tue Apr 1 15:35:48 2003 ++++ mail.c Tue Apr 15 00:15:44 2003 +@@ -6,7 +6,7 @@ + + #include "main.h" + #include <dirent.h> +-#include <wait.h> ++#include <sys/wait.h> + #include <signal.h> + + #undef POP_DEBUG + |