diff options
Diffstat (limited to 'x11-fm/jaffm/files/patch-timemonitor.h')
-rw-r--r-- | x11-fm/jaffm/files/patch-timemonitor.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/x11-fm/jaffm/files/patch-timemonitor.h b/x11-fm/jaffm/files/patch-timemonitor.h new file mode 100644 index 000000000000..6c9e2f03ba52 --- /dev/null +++ b/x11-fm/jaffm/files/patch-timemonitor.h @@ -0,0 +1,9 @@ +--- timemonitor.h.orig Mon Sep 22 14:54:23 2003 ++++ timemonitor.h Sun May 21 19:57:14 2006 +@@ -1,5 +1,6 @@ + #ifndef TIMEMONITOR_H + #define TIMEMONITOR_H ++#include <time.h> + #include <string> + #include <vector> + |