]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:auth: try to fix the build on Solaris
authorStefan Metzmacher <metze@samba.org>
Sat, 31 Jan 2009 10:34:12 +0000 (11:34 +0100)
committerStefan Metzmacher <metze@samba.org>
Sat, 31 Jan 2009 10:34:12 +0000 (11:34 +0100)
MAXHOSTNAMELEN comes in via system/network.h now.

metze

source4/auth/ntlmssp/ntlmssp_server.c

index 37cc5f318ff5278036b57b5143baf23f1b6cbef3..30bf159df1530b1ffaa3b4ec8258bec59ee0b3f1 100644 (file)
@@ -22,6 +22,7 @@
 */
 
 #include "includes.h"
+#include "system/network.h"
 #include "auth/ntlmssp/ntlmssp.h"
 #include "auth/ntlmssp/msrpc_parse.h"
 #include "../lib/crypto/crypto.h"