s3:libnet Add other required headers for libnet_samsync_keytab.c
authorAndrew Bartlett <abartlet@samba.org>
Tue, 10 Aug 2010 02:00:29 +0000 (12:00 +1000)
committerSimo Sorce <idra@samba.org>
Fri, 13 Aug 2010 13:08:27 +0000 (09:08 -0400)
Due to missing defines in modern kerberos libraries, this code was
not compiled and so this wasn't noticed.

Andrew Bartlett

Signed-off-by: Simo Sorce <idra@samba.org>
source3/libnet/libnet_samsync_keytab.c

index 246bcad0d3744fe54d8ba14f6e2955f3032866e1..134922392ca0b2b4bdc9c28b5694e4861a941887 100644 (file)
@@ -19,6 +19,9 @@
 */
 
 #include "includes.h"
+#include "smb_krb5.h"
+#include "ads.h"
+#include "libnet/libnet_keytab.h"
 #include "libnet/libnet_samsync.h"
 
 #if defined(HAVE_ADS) && defined(ENCTYPE_ARCFOUR_HMAC)