diff options
Diffstat (limited to 'cppe/src/TcpTransport/TcpEndpoint.cpp')
-rw-r--r-- | cppe/src/TcpTransport/TcpEndpoint.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/src/TcpTransport/TcpEndpoint.cpp b/cppe/src/TcpTransport/TcpEndpoint.cpp index 92ddda9ac2c..22461413606 100644 --- a/cppe/src/TcpTransport/TcpEndpoint.cpp +++ b/cppe/src/TcpTransport/TcpEndpoint.cpp @@ -17,7 +17,7 @@ #include <IceE/DefaultsAndOverrides.h> #include <IceE/SafeStdio.h> #ifndef ICEE_PURE_CLIENT -# include <IceE/Acceptor.h> +# include <IceE/Acceptor.h> #endif using namespace std; |