summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/ofilenotify.cpp
authorbrad <brad>2004-04-18 18:58:58 (UTC)
committer brad <brad>2004-04-18 18:58:58 (UTC)
commitb5d913c33546f9d29556bcab47d1d91a3ac94fd3 (patch) (unidiff)
tree4d08005d448ee1785ba4f67e75531137aed9d2e4 /libopie2/opiecore/ofilenotify.cpp
parentdf539f67050ebe61b5dc589f9c138bb9ef1719f6 (diff)
downloadopie-b5d913c33546f9d29556bcab47d1d91a3ac94fd3.zip
opie-b5d913c33546f9d29556bcab47d1d91a3ac94fd3.tar.gz
opie-b5d913c33546f9d29556bcab47d1d91a3ac94fd3.tar.bz2
Compile fix for gcc-2.95 <sigh>
Diffstat (limited to 'libopie2/opiecore/ofilenotify.cpp') (more/less context) (show whitespace changes)
-rw-r--r--libopie2/opiecore/ofilenotify.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/libopie2/opiecore/ofilenotify.cpp b/libopie2/opiecore/ofilenotify.cpp
index 5e9f97b..bcfb1aa 100644
--- a/libopie2/opiecore/ofilenotify.cpp
+++ b/libopie2/opiecore/ofilenotify.cpp
@@ -37,19 +37,13 @@ using namespace Opie::Core;
37#include <qintdict.h> 37#include <qintdict.h>
38#include <qdir.h> 38#include <qdir.h>
39 39
40/* STD */ 40/* STD */
41#include <sys/types.h> 41#include <sys/types.h>
42#include <sys/stat.h> 42#include <sys/stat.h>
43#ifndef _GNU_SOURCE
44 #define _GNU_SOURCE
45 #include <fcntl.h> 43 #include <fcntl.h>
46 #undef _GNU_SOURCE
47#else
48 #include <fcntl.h>
49#endif
50#include <string.h> 44#include <string.h>
51#include <errno.h> 45#include <errno.h>
52#include <unistd.h> 46#include <unistd.h>
53 47
54static QIntDict<OFileNotification> notification_list; 48static QIntDict<OFileNotification> notification_list;
55 49