From 0de21e951544b5ee85b074427bda30fff3a1c9f4 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 21 Jan 2007 16:25:25 +0000 Subject: r20933: Fix the build without inotify (This used to be commit 4587d8097255c8b8fb8990bc8a13f8145986d29d) --- source3/smbd/notify_inotify.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source3/smbd/notify_inotify.c b/source3/smbd/notify_inotify.c index 92af6b473d..64ea62ff74 100644 --- a/source3/smbd/notify_inotify.c +++ b/source3/smbd/notify_inotify.c @@ -21,11 +21,11 @@ #include "includes.h" +#ifdef HAVE_INOTIFY + #include #include -#ifdef HAVE_INOTIFY - #ifndef HAVE_INOTIFY_INIT /* glibc doesn't define these functions yet (as of March 2006) -- cgit