CVS commit by adridg: Same kind of FBSD 4-STABLE fixes as I've been doing for the past few weeks -- sys/types here, and AC->KDE there, to obey --with-extra-* M +4 -0 dcop/dcopserver_shutdown.c 1.13 M +1 -1 kdecore/configure.in.in 1.53 --- kdelibs/dcop/dcopserver_shutdown.c #1.12:1.13 @@ -24,4 +24,8 @@ #endif +#ifdef HAVE_SYS_TYPES_H +#include +#endif + #include #include --- kdelibs/kdecore/configure.in.in #1.52:1.53 @@ -44,5 +44,5 @@ LIB_IDN= -AC_CHECK_LIB(idn, idna_to_ascii_4i, [ +KDE_CHECK_LIB(idn, idna_to_ascii_4i, [ AC_DEFINE_UNQUOTED(HAVE_LIBIDN, 1, [Defined if you have libidn in your system]) LIB_IDN=-lidn