SVN commit 523859 by adridg: Need sys/time on BSD. CCMAIL: [EMAIL PROTECTED]
M +4 -0 legacy.cpp --- branches/KDE/3.5/kdebase/ksmserver/legacy.cpp #523858:523859 @@ -40,6 +40,10 @@ #include "server.h" +#ifdef HAVE_SYS_TIME_H +#include <sys/time.h> +#endif + #include <unistd.h> #include <qtimer.h> _______________________________________________ kde-freebsd mailing list [email protected] http://freebsd.kde.org/mailman/listinfo/kde-freebsd
