OSDN Git Service

- use sys/inotify.h
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 21 Oct 2008 17:26:10 +0000 (17:26 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 21 Oct 2008 17:26:10 +0000 (17:26 -0000)
miscutils/inotifyd.c

index 3b11dc2..5ac4738 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 #include "libbb.h"
-#include <linux/inotify.h>
+#include <sys/inotify.h>
 
 static const char mask_names[] ALIGN1 =
        "a"     // 0x00000001   File was accessed