diff options
Diffstat (limited to 'games/xataxx/files/patch-demo.c')
-rw-r--r-- | games/xataxx/files/patch-demo.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/games/xataxx/files/patch-demo.c b/games/xataxx/files/patch-demo.c new file mode 100644 index 000000000000..12b059a082f9 --- /dev/null +++ b/games/xataxx/files/patch-demo.c @@ -0,0 +1,8 @@ +--- demo.c.orig ++++ demo.c +@@ -1,4 +1,5 @@ + #include <stdio.h> ++#include <stdlib.h> + #include <X11/Xlib.h> + #include "struct.h" + |