diff options
Diffstat (limited to 'include/sys')
| -rw-r--r-- | include/sys/types.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/sys/types.h b/include/sys/types.h new file mode 100644 index 0000000..05fc05b --- /dev/null +++ b/include/sys/types.h | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | #include_next <sys/types.h> | ||
| 2 | |||
| 3 | #ifndef LIBCRYPTOCOMPAT_SYS_TYPES_H | ||
| 4 | #define LIBCRYPTOCOMPAT_SYS_TYPES_H | ||
| 5 | |||
| 6 | #include <stdint.h> | ||
| 7 | |||
| 8 | #ifdef __sun | ||
| 9 | typedef uint8_t u_int8_t; | ||
| 10 | typedef uint32_t u_int32_t; | ||
| 11 | #endif | ||
| 12 | |||
| 13 | #endif | ||
