From 39d54738db5eed106fca07a417843b1e7e4033ff Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Fri, 9 Mar 2007 11:34:24 +0000 Subject: [PATCH] r21774: Fix the build with Fedora Core 6. tridge/vl: please check. Guenther --- source/smbd/notify_inotify.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/smbd/notify_inotify.c b/source/smbd/notify_inotify.c index 5fb414de4cc..ff17d455f39 100644 --- a/source/smbd/notify_inotify.c +++ b/source/smbd/notify_inotify.c @@ -26,6 +26,10 @@ #ifdef HAVE_INOTIFY +#ifdef HAVE_ASM_TYPES_H +#include +#endif + #include #include -- 2.47.2