diff options
Diffstat (limited to 'games/ggz-txt-client/files/patch-ggz-txt__loop.c')
-rw-r--r-- | games/ggz-txt-client/files/patch-ggz-txt__loop.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/ggz-txt-client/files/patch-ggz-txt__loop.c b/games/ggz-txt-client/files/patch-ggz-txt__loop.c new file mode 100644 index 000000000000..174b2920b273 --- /dev/null +++ b/games/ggz-txt-client/files/patch-ggz-txt__loop.c @@ -0,0 +1,10 @@ +--- ggz-txt/loop.c.orig Mon May 17 23:20:01 2004 ++++ ggz-txt/loop.c Sun Jul 18 20:25:18 2004 +@@ -32,6 +32,7 @@ + #include <ggz.h> + #include <unistd.h> + #include <stdlib.h> ++#include <string.h> + #include <sys/time.h> + #include <sys/types.h> + |