From 2477bf52e6ce02e06f20253bafa9c4a9eb80944c Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Thu, 4 Nov 2010 14:24:13 -0500 Subject: [PATCH] libCom: Cygwin socket unblocking again... It helps to include the cygwin header file that actually has the version number in it... --- src/libCom/osi/os/cygwin32/systemCallIntMech.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libCom/osi/os/cygwin32/systemCallIntMech.cpp b/src/libCom/osi/os/cygwin32/systemCallIntMech.cpp index e5cf916e4..bca269532 100644 --- a/src/libCom/osi/os/cygwin32/systemCallIntMech.cpp +++ b/src/libCom/osi/os/cygwin32/systemCallIntMech.cpp @@ -13,6 +13,8 @@ * Author: Jeff Hill */ +#include + #define epicsExportSharedSymbols #include "osiSock.h"