diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-02-12 16:07:35 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-02-12 16:07:35 +0000 |
commit | 733878f590a4364623bd456c55584b055a4a048c (patch) | |
tree | bfe1c772becde1f7ad52f31186928ef4263aac6d /x11/kdebase3 | |
parent | MINC (Medical Imaging NetCDF) is a medical imaging data format and an (diff) |
Fix compile on 4.x
Notes
Notes:
svn path=/head/; revision=155838
Diffstat (limited to 'x11/kdebase3')
-rw-r--r-- | x11/kdebase3/files/patch-ksmserver-legacy.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/kdebase3/files/patch-ksmserver-legacy.cpp b/x11/kdebase3/files/patch-ksmserver-legacy.cpp new file mode 100644 index 000000000000..553e15953605 --- /dev/null +++ b/x11/kdebase3/files/patch-ksmserver-legacy.cpp @@ -0,0 +1,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> |