1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

r12899: - fix warnings on AIX

- fix compilation of auth/kerberos/krb5_init_context.c on AIX

metze
This commit is contained in:
Stefan Metzmacher 2006-01-13 10:37:14 +00:00 committed by Gerald (Jerry) Carter
parent d28c8ce66d
commit 0e1ad08a85
2 changed files with 5 additions and 1 deletions

View File

@ -23,11 +23,12 @@
#include "includes.h"
#include "system/kerberos.h"
#include "system/network.h"
#include "auth/kerberos/kerberos.h"
#include "lib/socket/socket.h"
#include "lib/events/events.h"
#include "heimdal_build/roken.h" /* needed on AIX for 'struct addrinfo' */
/*
context structure for operations on cldap packets
*/

View File

@ -42,6 +42,9 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg }
#include <sys/types.h>
#include <stdarg.h>
#ifdef HAVE_INTTYPES_H
#include <inttypes.h>
#endif
#include "lib/replace/replace.h"
#endif