diff options
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> |