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
@@ -29,20 +29,19 @@ _;:,     .>    :=|. This program is free software; you can
#ifndef OFILENOTIFY_H
#define OFILENOTIFY_H
#if defined (__GNUC__) && (__GNUC__ < 3)
#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 {
/*======================================================================================
* OFileNotificationType
*======================================================================================*/