1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r6322: Fix compile warning for struct sockaddr.

(This used to be commit 9c45f8d7bc)
This commit is contained in:
Tim Potter 2005-04-13 05:42:07 +00:00 committed by Gerald (Jerry) Carter
parent f06e39e308
commit 481e80afc4

View File

@ -27,6 +27,7 @@
#include "includes.h"
#include "system/kerberos.h"
#include "system/time.h"
#include "system/network.h"
#include "auth/kerberos/kerberos.h"
#include "librpc/gen_ndr/ndr_krb5pac.h"
#include "auth/auth.h"