r6521: Include system/network.h to fix compiler warning.
authorTim Potter <tpot@samba.org>
Sat, 30 Apr 2005 04:46:54 +0000 (04:46 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:16:22 +0000 (13:16 -0500)
(This used to be commit 45383f6cec3c380043be59f1e1c5bf82f3095abb)

source4/auth/kerberos/kerberos_verify.c

index 3188e603cdbfee3c1efba47d31c1acb61a4711d5..5dcec2babb51b02b382983bb76c544775ab95929 100644 (file)
@@ -24,6 +24,7 @@
 */
 
 #include "includes.h"
+#include "system/network.h"
 #include "system/kerberos.h"
 #include "auth/kerberos/kerberos.h"
 #include "asn_1.h"