From da58cbc111e9ee0eb418b2b670491341db85a17c Mon Sep 17 00:00:00 2001 From: Haru Date: Thu, 11 Feb 2016 00:51:59 +0100 Subject: Fixed a missing include in utils.h Signed-off-by: Haru --- src/common/utils.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/common/utils.h b/src/common/utils.h index 3f181ef12..c5f64124f 100644 --- a/src/common/utils.h +++ b/src/common/utils.h @@ -24,6 +24,9 @@ #include "common/hercules.h" #include // FILE* +#ifndef WIN32 +# include // sleep() +#endif /* [HCache] 1-byte key to ensure our method is the latest, we can modify to ensure the method matches */ #define HCACHE_KEY 'k' -- cgit v1.2.3-60-g2f50