1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

r21774: Fix the build with Fedora Core 6.

tridge/vl: please check.

Guenther
(This used to be commit 39d54738db5eed106fca07a417843b1e7e4033ff)
This commit is contained in:
Günther Deschner 2007-03-09 11:34:24 +00:00 committed by Gerald (Jerry) Carter
parent dd011f453e
commit f6c9f87e05

View File

@ -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>