diff options
author | Günther Deschner <gd@samba.org> | 2007-03-09 11:34:24 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:18:31 -0500 |
commit | f6c9f87e0577633f466154e3dca4c9342c92b115 (patch) | |
tree | 880a137d90845f0e2fc5a108a351bc79adbd6cee | |
parent | dd011f453eed247a92973206239129bc21c26534 (diff) | |
download | samba-f6c9f87e0577633f466154e3dca4c9342c92b115.tar.gz samba-f6c9f87e0577633f466154e3dca4c9342c92b115.tar.bz2 samba-f6c9f87e0577633f466154e3dca4c9342c92b115.zip |
r21774: Fix the build with Fedora Core 6.
tridge/vl: please check.
Guenther
(This used to be commit 39d54738db5eed106fca07a417843b1e7e4033ff)
-rw-r--r-- | source3/smbd/notify_inotify.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 <asm/types.h> +#endif + #include <linux/inotify.h> #include <asm/unistd.h> |