diff options
author | Günther Deschner <gd@samba.org> | 2010-08-02 23:18:53 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-08-06 15:43:37 +0200 |
commit | f9012635da311afb31ce33ef5917e9a73207d688 (patch) | |
tree | 7cd1266eb79033e19ff1c72e88e61e7c6fb7945b /source3/libnet | |
parent | af38b5f8009ac9f0ea7fb9cc10c0565e4908b2c3 (diff) | |
download | samba-f9012635da311afb31ce33ef5917e9a73207d688.tar.gz samba-f9012635da311afb31ce33ef5917e9a73207d688.tar.bz2 samba-f9012635da311afb31ce33ef5917e9a73207d688.zip |
s3-libnet: include netlogon.h in libnet samsync header.
Guenther
Diffstat (limited to 'source3/libnet')
-rw-r--r-- | source3/libnet/libnet_samsync.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libnet/libnet_samsync.h b/source3/libnet/libnet_samsync.h index c9093ef2f1..cc3334050f 100644 --- a/source3/libnet/libnet_samsync.h +++ b/source3/libnet/libnet_samsync.h @@ -17,6 +17,7 @@ * along with this program; if not, see <http://www.gnu.org/licenses/>. */ +#include "../librpc/gen_ndr/netlogon.h" enum net_samsync_mode { NET_SAMSYNC_MODE_FETCH_PASSDB = 0, |