From: Günther Deschner Date: Fri, 9 Mar 2007 11:34:24 +0000 (+0000) Subject: r21774: Fix the build with Fedora Core 6. X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~968 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39d54738db5eed106fca07a417843b1e7e4033ff;p=thirdparty%2Fsamba.git r21774: Fix the build with Fedora Core 6. tridge/vl: please check. Guenther --- 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