diff options
author | Günther Deschner <gd@samba.org> | 2008-01-15 15:43:19 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-01-15 15:44:04 +0100 |
commit | 2ae6feb5779788a7e8e0ef0f092043ae0dfb1dcb (patch) | |
tree | 4e2f13a72d72d5439e8799b6336a17dc62048cc2 | |
parent | b239612fcf199cfeba5c93535f70d3cdd880a5bf (diff) | |
download | samba-2ae6feb5779788a7e8e0ef0f092043ae0dfb1dcb.tar.gz samba-2ae6feb5779788a7e8e0ef0f092043ae0dfb1dcb.tar.bz2 samba-2ae6feb5779788a7e8e0ef0f092043ae0dfb1dcb.zip |
Include libnet_join.h in the right places.
Guenther
(This used to be commit 586d6cef521cebfd6fe2d433fdef498d4a59cb1b)
-rw-r--r-- | source3/include/smb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 49245eaa83..744acd719f 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -322,6 +322,8 @@ struct id_map { #include "librpc/gen_ndr/wkssvc.h" #include "librpc/gen_ndr/echo.h" #include "librpc/gen_ndr/svcctl.h" +#include "librpc/gen_ndr/libnet_join.h" + struct lsa_dom_info { bool valid; |