mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
9558a05939
PR: ports/8961
12 lines
286 B
Plaintext
12 lines
286 B
Plaintext
--- 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>
|