define krb5_socket_t

This commit is contained in:
Love Hornquist Astrand
2009-11-25 02:08:13 +01:00
parent 93a56f6153
commit 26f7b41f25

View File

@@ -13,4 +13,6 @@ typedef socklen_t krb5_socklen_t;
#include <unistd.h>
typedef ssize_t krb5_ssize_t;
typedef int krb5_socket_t;
#endif /* __krb5_types_h__ */