mirror of
git://slackware.nl/current.git
synced 2024-12-27 09:59:16 +01:00
12 lines
297 B
Diff
12 lines
297 B
Diff
|
--- 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;
|
||
|
|