Defined some missing fixed-width int types on OpenSolaris.

This commit is contained in:
Tobias Brunner
2009-08-14 14:50:22 +02:00
parent a3ccf95f3f
commit cc396286e8
3 changed files with 15 additions and 5 deletions
-5
View File
@@ -20,11 +20,6 @@
# include <stdio.h>
# include <netinet/in.h>
# define uint8_t u_int8_t
# define uint16_t u_int16_t
# define uint32_t u_int32_t
# define uint64_t u_int64_t
# define DEBUG_NO_STATIC static
#include <ipsec_param.h>