From f6c9f87e0577633f466154e3dca4c9342c92b115 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 9 Mar 2007 11:34:24 +0000 Subject: r21774: Fix the build with Fedora Core 6. tridge/vl: please check. Guenther (This used to be commit 39d54738db5eed106fca07a417843b1e7e4033ff) --- source3/smbd/notify_inotify.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/smbd/notify_inotify.c') diff --git a/source3/smbd/notify_inotify.c b/source3/smbd/notify_inotify.c index 5fb414de4c..ff17d455f3 100644 --- a/source3/smbd/notify_inotify.c +++ b/source3/smbd/notify_inotify.c @@ -26,6 +26,10 @@ #ifdef HAVE_INOTIFY +#ifdef HAVE_ASM_TYPES_H +#include +#endif + #include #include -- cgit