From b462b5a5c80024192d3720654d72f113634c7481 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Thu, 14 Mar 2019 15:17:17 -0700 Subject: [PATCH] linux build fix --- ixwebsocket/IXEventFd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ixwebsocket/IXEventFd.h b/ixwebsocket/IXEventFd.h index 231be228..eae2b172 100644 --- a/ixwebsocket/IXEventFd.h +++ b/ixwebsocket/IXEventFd.h @@ -28,10 +28,10 @@ namespace ix // happens between a control thread and a background thread, which is // blocked on select. int _fildes[2]; +#endif // Used to identify the read/write idx static const int kPipeReadIndex; static const int kPipeWriteIndex; -#endif }; }