From 281fc93c6bc21039ffedcc8d19084df02b087f24 Mon Sep 17 00:00:00 2001 From: David Disseldorp Date: Tue, 18 Oct 2011 11:47:05 +0200 Subject: libcli: move ioctl function field defs to smb_constants Currently there are a lot of duplicate ioctl function field definitions between source3 and source4. Signed-off-by: Stefan Metzmacher --- source4/ntvfs/print/vfs_print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/ntvfs/print/vfs_print.c') diff --git a/source4/ntvfs/print/vfs_print.c b/source4/ntvfs/print/vfs_print.c index 24804632fb..6019e44132 100644 --- a/source4/ntvfs/print/vfs_print.c +++ b/source4/ntvfs/print/vfs_print.c @@ -22,7 +22,7 @@ */ #include "includes.h" -#include "libcli/raw/ioctl.h" +#include "../libcli/smb/smb_constants.h" #include "ntvfs/ntvfs.h" #include "param/param.h" -- cgit