Include <com_err.h>
[heimdal.git] / include / krb5-types.cross
blob1e0d84142ba5091e2bf4810c1886f1c857ac3ccc
1 /*
2  * generic krb5-types.h for cross compiling, assume system is posix/sus
3  */
5 #ifndef __krb5_types_h__
6 #define __krb5_types_h__
8 #include <inttypes.h>
9 #include <sys/types.h>
10 #include <sys/socket.h>
12 typedef socklen_t krb5_socklen_t;
13 #include <unistd.h>
14 typedef ssize_t krb5_ssize_t;
16 #endif /* __krb5_types_h__ */