diff options
author | Günther Deschner <gd@samba.org> | 2010-08-02 22:54:29 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-08-06 15:43:37 +0200 |
commit | 2523aec6d19c519280793020f6db21c65a3c95ea (patch) | |
tree | 3f46d5f9ea857e94b626aa1a92318899b400e996 /source3 | |
parent | ae36783c7bed73461c012d78ec3e1f3a6bc3d221 (diff) | |
download | samba-2523aec6d19c519280793020f6db21c65a3c95ea.tar.gz samba-2523aec6d19c519280793020f6db21c65a3c95ea.tar.bz2 samba-2523aec6d19c519280793020f6db21c65a3c95ea.zip |
s3-rap: include svcctl.h where needed.
Guenther
Diffstat (limited to 'source3')
-rw-r--r-- | source3/libsmb/clirap2.c | 1 | ||||
-rw-r--r-- | source3/utils/net_rap.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/source3/libsmb/clirap2.c b/source3/libsmb/clirap2.c index 225eecd083..a08839726d 100644 --- a/source3/libsmb/clirap2.c +++ b/source3/libsmb/clirap2.c @@ -77,6 +77,7 @@ #include "includes.h" #include "../librpc/gen_ndr/rap.h" +#include "../librpc/gen_ndr/svcctl.h" #define WORDSIZE 2 #define DWORDSIZE 4 diff --git a/source3/utils/net_rap.c b/source3/utils/net_rap.c index 9b42a088c0..04e81f95f7 100644 --- a/source3/utils/net_rap.c +++ b/source3/utils/net_rap.c @@ -24,6 +24,7 @@ #include "includes.h" #include "../librpc/gen_ndr/rap.h" +#include "../librpc/gen_ndr/svcctl.h" #include "utils/net.h" /* The following messages were for error checking that is not properly |