From e8b9bf6bfc52751b75ade32609817ab859a3e889 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 15 Jan 2007 11:01:41 +0000 Subject: Provide IN_ONLYDIR if missing --- common/notify-inotify.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common/notify-inotify.c') diff --git a/common/notify-inotify.c b/common/notify-inotify.c index 53ab7d55..27719dbf 100644 --- a/common/notify-inotify.c +++ b/common/notify-inotify.c @@ -30,6 +30,10 @@ #include #include +#ifndef IN_ONLYDIR +#define IN_ONLYDIR 0x01000000 +#endif + #include "glib-ectomy.h" #include "logging.h" #include "notify.h" -- cgit