diff options
author | Günther Deschner <gd@samba.org> | 2010-05-06 10:25:47 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-05-06 10:28:31 +0200 |
commit | 24b2dddae424215ab707029d30ec7bcd8f0e9a8e (patch) | |
tree | 04c9f2e570be68db2a36d069daf8d822c4193a28 /source3/modules | |
parent | d58b7955871213a4d0d4b77d080f6fc716350054 (diff) | |
download | samba-24b2dddae424215ab707029d30ec7bcd8f0e9a8e.tar.gz samba-24b2dddae424215ab707029d30ec7bcd8f0e9a8e.tar.bz2 samba-24b2dddae424215ab707029d30ec7bcd8f0e9a8e.zip |
s3-build: fix the build of vfs_notify_fam.
Guenther
Diffstat (limited to 'source3/modules')
-rw-r--r-- | source3/modules/vfs_notify_fam.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/modules/vfs_notify_fam.c b/source3/modules/vfs_notify_fam.c index 652e785e02..c26d137af0 100644 --- a/source3/modules/vfs_notify_fam.c +++ b/source3/modules/vfs_notify_fam.c @@ -19,6 +19,7 @@ */ #include "includes.h" +#include "librpc/gen_ndr/notify.h" #include <fam.h> |