freebsd-ports/graphics/gtksee/files/patch-aa
Bill Fumerola 9558a05939 Upgrade to 0.2.1
PR:		ports/8961
1998-12-04 20:29:09 +00:00

11 lines
286 B
Text

--- src/im_xcf.c.orig Thu Dec 3 12:22:17 1998
+++ src/im_xcf.c Fri Dec 4 10:15:47 1998
@@ -23,7 +23,7 @@
/* patch from Pyun YongHyeon: fixed compilation error for FreeBSD 3.0 */
#ifdef __FreeBSD__
-#include <sys/param.h>
+#include <sys/types.h>
#endif
#include <netinet/in.h>