schannel: add missing prototype for ndr_print_nbt_string() in schannel helper.
authorGünther Deschner <gd@samba.org>
Tue, 8 Sep 2009 15:02:54 +0000 (17:02 +0200)
committerGünther Deschner <gd@samba.org>
Tue, 8 Sep 2009 15:07:03 +0000 (17:07 +0200)
Hopefully fixes samba4 build.

Guenther

librpc/ndr/ndr_schannel.c

index 6fddf33994d727b85f57449bbd4f7ae0f9017492..9cf0e09d669ea1cfa8f479913800a9310193d9e4 100644 (file)
@@ -22,6 +22,7 @@
 #include "includes.h"
 #include "../librpc/gen_ndr/ndr_schannel.h"
 #include "../librpc/ndr/ndr_schannel.h"
+#include "../libcli/nbt/libnbt.h"
 
 _PUBLIC_ void ndr_print_NL_AUTH_MESSAGE_BUFFER(struct ndr_print *ndr, const char *name, const union NL_AUTH_MESSAGE_BUFFER *r)
 {