freebsd-ports/x11/kdebase4-workspace/files/patch-ksmserver-legacy.cpp
Michael Nottebrock 733878f590 Fix compile on 4.x
2006-02-12 16:07:35 +00:00

13 lines
250 B
C++

--- ksmserver/legacy.cpp.orig Sun Feb 12 16:47:39 2006
+++ ksmserver/legacy.cpp Sun Feb 12 16:48:55 2006
@@ -36,6 +36,10 @@
#include "server.h"
+#ifdef HAVE_SYS_TIME_H
+#include <sys/time.h>
+#endif
+
#include <unistd.h>
#include <qtimer.h>