summaryrefslogtreecommitdiff
path: root/distfoldd/watcher.cc
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2016-05-23 00:20:25 +0200
committerJavier <dev.git@javispedro.com>2016-05-23 00:20:25 +0200
commitf60d4bf53339876cf5dbf4382eafb8aad33a27c1 (patch)
treeee4b2b897438cdd0a6f037776f0e6e03803fa424 /distfoldd/watcher.cc
parent2e45a5a7776b79732cd500c7462574f8fbe7ca23 (diff)
downloaddistfold-f60d4bf53339876cf5dbf4382eafb8aad33a27c1.tar.gz
distfold-f60d4bf53339876cf5dbf4382eafb8aad33a27c1.zip
initial qt5 portqt5
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)
{