summaryrefslogtreecommitdiffstats
path: root/src/include/k5-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/k5-int.h')
-rw-r--r--src/include/k5-int.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index 1b90386f5b..e53585a15c 100644
--- a/src/include/k5-int.h
+++ b/src/include/k5-int.h
@@ -485,8 +485,10 @@ krb5_error_code krb5_find_config_files (void);
krb5_error_code krb5_os_hostaddr
(krb5_context, const char *, krb5_address ***);
+/* N.B.: You need to include fake-addrinfo.h *before* k5-int.h if you're
+ going to use this structure. */
struct addrlist {
- struct sockaddr **addrs;
+ struct addrinfo **addrs;
int naddrs;
int space;
};