When compile lttctl 0.58 in fc9, I got following error message:
[ltt-control.git] / trunk / ltt-control / lttd / lttd.c
index 30c7084cb7577077a47821d9e16bf5eca923d500..87d5630c200983ed2d6cfc6af5e5016705130752 100644 (file)
@@ -51,7 +51,7 @@
 #define RELAY_GET_SUBBUF_SIZE   _IOR(0xF5, 0x03,__u32)
 
 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,14)
-#include <linux/inotify.h>
+#include <sys/inotify.h>
 /* From the inotify-tools 2.6 package */
 static inline int inotify_init (void)
 {
This page took 0.023906 seconds and 4 git commands to generate.