summaryrefslogtreecommitdiff
path: root/src/datatypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/datatypes.h')
-rw-r--r--src/datatypes.h9
1 files changed, 5 insertions, 4 deletions
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 <stdint.h>
+#include <arpa/inet.h>
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;