summaryrefslogtreecommitdiff
path: root/distfoldd/watcher.cc
diff options
context:
space:
mode:
Diffstat (limited to 'distfoldd/watcher.cc')
-rw-r--r--distfoldd/watcher.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/distfoldd/watcher.cc b/distfoldd/watcher.cc
index 39b68f3..5848f4e 100644
--- a/distfoldd/watcher.cc
+++ b/distfoldd/watcher.cc
@@ -1,12 +1,12 @@
#include <QtCore/QDebug>
+#include <unistd.h>
#include <sys/errno.h>
#include <sys/fcntl.h>
#include <sys/inotify.h>
#include "watcher.h"
-
Watcher::Watcher(const QString& path, QObject *parent) :
QObject(parent)
{