We use a struct defined in sys/un.h.

This commit is contained in:
Roland C. Dowdeswell
2012-02-25 17:19:44 +00:00
parent 12b24ad876
commit 932c4c1859

View File

@@ -36,6 +36,10 @@
#ifndef __kadm5_privatex_h__
#define __kadm5_privatex_h__
#ifdef HAVE_SYS_UN_H
#include <sys/un.h>
#endif
struct kadm_func {
kadm5_ret_t (*chpass_principal) (void *, krb5_principal, int,
int, krb5_key_salt_tuple*, const char*);