freebsd-ports/games/gnubg/files/patch-dice.c
Martin Wilke 716559599e - Update to 0.15
PR:		119557
Submitted by:	Pietro Cerutti <gahr@gahr.ch> (maintainer)
2008-02-05 19:15:43 +00:00

10 lines
223 B
C

--- dice.c.orig 2008-01-11 07:30:32.000000000 +0100
+++ dice.c 2008-01-11 07:31:35.000000000 +0100
@@ -34,6 +34,7 @@
#include <unistd.h>
#endif
#include <stdlib.h>
+#include <string.h>
#if HAVE_SOCKETS
#ifndef WIN32