1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/graphics/gtksee/files/patch-aa

12 lines
286 B
Plaintext
Raw Normal View History

1998-12-04 20:29:09 +00:00
--- 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>
1998-12-04 20:29:09 +00:00
#endif
1998-12-04 20:29:09 +00:00
#include <netinet/in.h>