[tracker] trackerd: Include sys/inotify.h instead of linux/inotify.h
- From: Jürg Billeter <juergbi src gnome org>
 
- To: svn-commits-list gnome org
 
- Subject: [tracker] trackerd: Include sys/inotify.h instead of linux/inotify.h
 
- Date: Wed, 13 May 2009 09:17:10 -0400 (EDT)
 
commit 93dea4301c5a7831d2354724483156b58ec49924
Author: Jürg Billeter <j bitron ch>
Date:   Wed May 13 15:16:41 2009 +0200
    trackerd: Include sys/inotify.h instead of linux/inotify.h
---
 src/trackerd/tracker-monitor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/trackerd/tracker-monitor.c b/src/trackerd/tracker-monitor.c
index b11dd9c..e07e06c 100644
--- a/src/trackerd/tracker-monitor.c
+++ b/src/trackerd/tracker-monitor.c
@@ -28,7 +28,7 @@
 #include <libtracker-common/tracker-module-config.h>
 
 #ifdef HAVE_INOTIFY
-#include <linux/inotify.h>
+#include <sys/inotify.h>
 #include <libinotify/libinotify.h>
 #define USE_LIBINOTIFY
 #endif /* HAVE_INOTIFY */
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]