summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/ofilenotify.h
Side-by-side diff
Diffstat (limited to 'libopie2/opiecore/ofilenotify.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opiecore/ofilenotify.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/libopie2/opiecore/ofilenotify.h b/libopie2/opiecore/ofilenotify.h
index e3621cf..ea525e9 100644
--- a/libopie2/opiecore/ofilenotify.h
+++ b/libopie2/opiecore/ofilenotify.h
@@ -32,14 +32,13 @@ _;:,     .>    :=|. This program is free software; you can
#define _GNU_SOURCE
#endif
+#include "linux_inotify.h"
+
/* QT */
#include <qsocketnotifier.h>
#include <qsignal.h>
#include <qstring.h>
-/* STD */
-#include "inotify.h"
-
namespace Opie {
namespace Core {