freebsd-ports/games/gnubg/files/patch-htmlimages.c
Martin Wilke 17ea8b00dc - Fixes the build with GCC 4.2
- Removes warnings
- Pass maintainship to submitter

PR:		118254
Submitted by:	Pietro Cerutti <gahr@gahr.ch>
Approved by:	portmgr (pav)
2007-11-27 22:49:06 +00:00

10 lines
225 B
C

--- htmlimages.c.orig 2007-11-25 23:07:11.000000000 +0100
+++ htmlimages.c 2007-11-25 23:07:24.000000000 +0100
@@ -30,6 +30,7 @@
#endif
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#if HAVE_SYS_TYPES_H