diff options
-rw-r--r-- | source3/librpc/idl/libnet_join.idl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/librpc/idl/libnet_join.idl b/source3/librpc/idl/libnet_join.idl index b67400c7c1..4f28bb62d5 100644 --- a/source3/librpc/idl/libnet_join.idl +++ b/source3/librpc/idl/libnet_join.idl @@ -7,7 +7,8 @@ import "wkssvc.idl", "security.idl", "misc.idl"; */ [ - pointer_default(unique) + pointer_default(unique), + helper("ads.h") ] interface libnetjoin { |