]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r21774: Fix the build with Fedora Core 6.
authorGünther Deschner <gd@samba.org>
Fri, 9 Mar 2007 11:34:24 +0000 (11:34 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:18:31 +0000 (12:18 -0500)
tridge/vl: please check.

Guenther

source/smbd/notify_inotify.c

index 5fb414de4ccc0ef0d29d9bbc896604f632c725dd..ff17d455f39e6923024ca7080adabeae45b2ebcd 100644 (file)
 
 #ifdef HAVE_INOTIFY
 
+#ifdef HAVE_ASM_TYPES_H
+#include <asm/types.h>
+#endif
+
 #include <linux/inotify.h>
 #include <asm/unistd.h>