diff options
Diffstat (limited to 'games/xataxx/files/patch-parse.c')
-rw-r--r-- | games/xataxx/files/patch-parse.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/games/xataxx/files/patch-parse.c b/games/xataxx/files/patch-parse.c new file mode 100644 index 000000000000..0166979afb56 --- /dev/null +++ b/games/xataxx/files/patch-parse.c @@ -0,0 +1,9 @@ +--- parse.c.orig ++++ parse.c +@@ -1,4 +1,6 @@ + #include <stdio.h> ++#include <stdlib.h> ++#include <string.h> + #include <strings.h> + #include "struct.h" + |