1 2 3 4 5 6 7 8 9 10 11
--- 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>