diff options
author | Günther Deschner <gd@samba.org> | 2011-03-25 13:42:42 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:10 +0200 |
commit | b1e3b9d7c118b5ba5260525e87796a98a5037144 (patch) | |
tree | e2f18b391eb9fdf96c9c0ccca18081847855d99b /source3/libsmb | |
parent | c2d6260f1042313ecb7540dd6ced1470db3001e9 (diff) | |
download | samba-b1e3b9d7c118b5ba5260525e87796a98a5037144.tar.gz samba-b1e3b9d7c118b5ba5260525e87796a98a5037144.tar.bz2 samba-b1e3b9d7c118b5ba5260525e87796a98a5037144.zip |
s3: only include ntioctl.h where needed.
Guenther
Diffstat (limited to 'source3/libsmb')
-rw-r--r-- | source3/libsmb/clifile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libsmb/clifile.c b/source3/libsmb/clifile.c index 0c6740e59c..28f59f0d88 100644 --- a/source3/libsmb/clifile.c +++ b/source3/libsmb/clifile.c @@ -23,6 +23,7 @@ #include "async_smb.h" #include "libsmb/clirap.h" #include "trans2.h" +#include "ntioctl.h" /*********************************************************** Common function for pushing stings, used by smb_bytes_push_str() |