diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-11-02 12:15:17 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:20 -0500 |
commit | a99b6219a810a1cd10bd62a6716780602808f0cd (patch) | |
tree | 56cd12199083444dda5b66ef3c276327bbe864cd /source4/ntvfs | |
parent | 8228a362a9d70ae51c04d11840fa081794d26c68 (diff) | |
download | samba-a99b6219a810a1cd10bd62a6716780602808f0cd.tar.gz samba-a99b6219a810a1cd10bd62a6716780602808f0cd.tar.bz2 samba-a99b6219a810a1cd10bd62a6716780602808f0cd.zip |
r3481: split out client.h and events.h
(This used to be commit c6f486574470a311e0d336c026103f131451e21e)
Diffstat (limited to 'source4/ntvfs')
-rw-r--r-- | source4/ntvfs/cifs/vfs_cifs.c | 1 | ||||
-rw-r--r-- | source4/ntvfs/posix/pvfs_wait.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/source4/ntvfs/cifs/vfs_cifs.c b/source4/ntvfs/cifs/vfs_cifs.c index 9e3c841dd3..4fd5650f9b 100644 --- a/source4/ntvfs/cifs/vfs_cifs.c +++ b/source4/ntvfs/cifs/vfs_cifs.c @@ -26,6 +26,7 @@ */ #include "includes.h" +#include "events.h" #include "libcli/raw/libcliraw.h" #include "smb_server/smb_server.h" diff --git a/source4/ntvfs/posix/pvfs_wait.c b/source4/ntvfs/posix/pvfs_wait.c index 2a8cbbbe0d..f01bd0ea18 100644 --- a/source4/ntvfs/posix/pvfs_wait.c +++ b/source4/ntvfs/posix/pvfs_wait.c @@ -21,6 +21,7 @@ */ #include "include/includes.h" +#include "events.h" #include "vfs_posix.h" /* the context for a single wait instance */ |