--- filehandler.cpp.orig Sat Sep 17 17:28:48 2005
+++ filehandler.cpp Sun May 21 20:00:02 2006
@@ -1,5 +1,11 @@
#include "filehandler.h"
+#include <stdio.h>
+#include <unistd.h>
#include <sys/stat.h>
+
+#ifndef X_OK
+#define X_OK 0x01
+#endif
bool UFileHandler::move(const std::string &sOriginal, const std::string &sDestination)
{
--- settings.cpp.orig Sun Mar 27 14:36:58 2005
+++ settings.cpp Sun May 21 19:56:07 2006
@@ -1,3 +1,5 @@
#include "settings.h"
--- 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>