From 6153aca5d8a74dd76bc0a85757ab1d7f510c5eb9 Mon Sep 17 00:00:00 2001 From: wangyu- Date: Wed, 29 Aug 2018 20:02:42 -0500 Subject: [PATCH] fix last commit --- common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common.h b/common.h index a589e2b..b01b3a1 100644 --- a/common.h +++ b/common.h @@ -57,6 +57,7 @@ #if defined(__MINGW32__) #include +#include typedef unsigned char u_int8_t; typedef unsigned short u_int16_t; typedef unsigned int u_int32_t;