diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-11-02 06:42:15 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:17 -0500 |
commit | 3643fb11092e28a9538ef32cedce8ff21ad86a28 (patch) | |
tree | 30e47032832b250d66fb1f601f4d053269be4210 /source4/ntvfs/posix | |
parent | a1d0b97ed40fe6985bb45b1715309638e7faaffc (diff) | |
download | samba-3643fb11092e28a9538ef32cedce8ff21ad86a28.tar.gz samba-3643fb11092e28a9538ef32cedce8ff21ad86a28.tar.bz2 samba-3643fb11092e28a9538ef32cedce8ff21ad86a28.zip |
r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ioctl.h)
(This used to be commit b97e395c814762024336c1cf4d7c25be8da5813a)
Diffstat (limited to 'source4/ntvfs/posix')
-rw-r--r-- | source4/ntvfs/posix/pvfs_ioctl.c | 1 | ||||
-rw-r--r-- | source4/ntvfs/posix/pvfs_lock.c | 2 | ||||
-rw-r--r-- | source4/ntvfs/posix/pvfs_open.c | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/source4/ntvfs/posix/pvfs_ioctl.c b/source4/ntvfs/posix/pvfs_ioctl.c index 3eb016c5b4..9e2a834144 100644 --- a/source4/ntvfs/posix/pvfs_ioctl.c +++ b/source4/ntvfs/posix/pvfs_ioctl.c @@ -22,6 +22,7 @@ #include "include/includes.h" #include "vfs_posix.h" +#include "ioctl.h" /* old ioctl interface diff --git a/source4/ntvfs/posix/pvfs_lock.c b/source4/ntvfs/posix/pvfs_lock.c index 3625fc7891..2668eec004 100644 --- a/source4/ntvfs/posix/pvfs_lock.c +++ b/source4/ntvfs/posix/pvfs_lock.c @@ -23,6 +23,8 @@ #include "include/includes.h" #include "vfs_posix.h" #include "system/time.h" +#include "dlinklist.h" +#include "messages.h" /* diff --git a/source4/ntvfs/posix/pvfs_open.c b/source4/ntvfs/posix/pvfs_open.c index 89da0f4b34..f3ef72f4ed 100644 --- a/source4/ntvfs/posix/pvfs_open.c +++ b/source4/ntvfs/posix/pvfs_open.c @@ -24,6 +24,7 @@ #include "vfs_posix.h" #include "system/time.h" #include "system/filesys.h" +#include "dlinklist.h" /* create file handles with convenient numbers for sniffers |