blob: c13166da47262d21efeca91742bb27c6ea294f4a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- src/extensions/inotify/fallback-inotify.h.orig Sat Mar 10 11:49:38 2007
+++ src/extensions/inotify/fallback-inotify.h Sat Mar 10 17:02:21 2007
@@ -7,7 +7,9 @@
#ifndef _LINUX_INOTIFY_H
#define _LINUX_INOTIFY_H
-#include <linux/types.h>
+#include <sys/types.h>
+typedef int __s32;
+typedef unsigned int __u32;
/*
* struct inotify_event - structure read from the inotify device for each event
|