From b1e3b9d7c118b5ba5260525e87796a98a5037144 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 25 Mar 2011 13:42:42 +0100 Subject: s3: only include ntioctl.h where needed. Guenther --- source3/libsmb/clifile.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/libsmb') 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() -- cgit