summaryrefslogtreecommitdiffstats
path: root/extra/source/kde3-compat/kdelibs3/kdelibs.inotify.diff
blob: 791b5e6839364456ec119e6f9c6ed5e5c9282022 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./kio/kio/kdirwatch.cpp.orig	2006-07-22 03:16:37.000000000 -0500
+++ ./kio/kio/kdirwatch.cpp	2009-06-18 19:27:38.000000000 -0500
@@ -71,7 +71,7 @@
 #include <linux/types.h>
 // Linux kernel headers are documented to not compile
 #define _S390_BITOPS_H
-#include <linux/inotify.h>
+#include <sys/inotify.h>
 
 static inline int inotify_init (void)
 {