diff options
author | Kamen Mazdrashki <kamen.mazdrashki@postpath.com> | 2010-03-04 18:00:15 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-03-06 00:07:32 +0100 |
commit | 95f22262656f38e5e0ea0b918ee68e958a9277f4 (patch) | |
tree | 9845a50d6bf8be25e3d2ade10991101410a2418e | |
parent | b2ff159034cfe87494b01a62f136ea4e3a7a5aa7 (diff) | |
download | samba-95f22262656f38e5e0ea0b918ee68e958a9277f4.tar.gz samba-95f22262656f38e5e0ea0b918ee68e958a9277f4.tar.bz2 samba-95f22262656f38e5e0ea0b918ee68e958a9277f4.zip |
s4/tort: fix annoying "union spoolss_PrinterInfo" undefined warnings
Signed-off-by: Günther Deschner <gd@samba.org>
-rw-r--r-- | source4/torture/rpc/rpc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/rpc/rpc.h b/source4/torture/rpc/rpc.h index ddb737c2de..8640b56720 100644 --- a/source4/torture/rpc/rpc.h +++ b/source4/torture/rpc/rpc.h @@ -27,6 +27,7 @@ #include "libnet/libnet_join.h" #include "librpc/rpc/dcerpc.h" #include "libcli/raw/libcliraw.h" +#include "librpc/gen_ndr/ndr_spoolss.h" #include "torture/rpc/proto.h" struct torture_rpc_tcase { |