From 156e593dccd90abb2a743c43d1384bb0912d5bda Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 20 Feb 2009 15:44:05 +0000 Subject: tested with gcc pedantic -> cleanup --- src/datatypes.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/datatypes.h') diff --git a/src/datatypes.h b/src/datatypes.h index 5cddbda..a616dfe 100644 --- a/src/datatypes.h +++ b/src/datatypes.h @@ -36,15 +36,16 @@ #define _DATATYPES_H_ #include +#include typedef uint8_t u_int8_t; typedef uint16_t u_int16_t; typedef uint32_t u_int32_t; typedef uint64_t u_int64_t; -// typedef int8_t int8_t; -// typedef int16_t int16_t; -// typedef int32_t int32_t; -// typedef int64_t int64_t; +/* typedef int8_t int8_t; */ +/* typedef int16_t int16_t; */ +/* typedef int32_t int32_t; */ +/* typedef int64_t int64_t; */ typedef u_int32_t window_size_t; -- cgit v1.2.3