From 7f9e158f85366f1e16baa39903a73b13bb87ecdd Mon Sep 17 00:00:00 2001 From: Max Lv Date: Wed, 12 Aug 2015 09:53:33 +0800 Subject: [PATCH] fix a build issue --- src/manager.c | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/src/manager.c b/src/manager.c index b5133184..cd851cc6 100644 --- a/src/manager.c +++ b/src/manager.c @@ -46,10 +46,10 @@ #include #include #include +#include #endif #include -#include #ifdef __MINGW32__ #include "win32.h" @@ -65,26 +65,10 @@ #include "utils.h" #include "manager.h" -#ifndef EAGAIN -#define EAGAIN EWOULDBLOCK -#endif - -#ifndef EWOULDBLOCK -#define EWOULDBLOCK EAGAIN -#endif - #ifndef BUF_SIZE #define BUF_SIZE 2048 #endif -#ifndef SSMAXCONN -#define SSMAXCONN 1024 -#endif - -#ifndef UPDATE_INTERVAL -#define UPDATE_INTERVAL 30 -#endif - int verbose = 0; char *executable = "ss-server";