blob: 553e159536050ecf3d6a2d33dd2a282c5492876b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- 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>
|