blob: 151d16ce99098ffe952e6fb0667221d6ccbb82c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- busybox-1.12.1.orig/miscutils/inotifyd.c 2008-11-07 01:39:21.000000000 +0000
+++ busybox-1.12.1/miscutils/inotifyd.c 2008-11-07 01:37:05.000000000 +0000
@@ -28,7 +28,7 @@
*/
#include "libbb.h"
-#include <linux/inotify.h>
+#include <sys/inotify.h>
static volatile smallint signalled;
|