diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-08-01 20:49:52 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-08-01 20:49:52 +0000 |
commit | 2115a1bec90562418461182d1aa9deb98337c19f (patch) | |
tree | 2710af0ce0e9acd282990e78eec81f55a186c477 /comms | |
parent | cb4bb04385f5a8bde60a51bd43a90684e83ab1cd (diff) | |
download | ports-2115a1bec90562418461182d1aa9deb98337c19f.tar.gz ports-2115a1bec90562418461182d1aa9deb98337c19f.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/ktrack/files/patch-ktrack_calculator.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/comms/ktrack/files/patch-ktrack_calculator.cpp b/comms/ktrack/files/patch-ktrack_calculator.cpp new file mode 100644 index 000000000000..b55c61c84c11 --- /dev/null +++ b/comms/ktrack/files/patch-ktrack_calculator.cpp @@ -0,0 +1,10 @@ +--- ktrack/calculator.cpp.orig Fri Jul 28 12:18:13 2006 ++++ ktrack/calculator.cpp Fri Jul 28 12:18:46 2006 +@@ -17,6 +17,7 @@ + + #include <stdlib.h> + #include <stdio.h> ++#include <sys/time.h> + #include <kstandarddirs.h> + #include <qfile.h> + #include <qtimer.h> |