diff options
Diffstat (limited to 'ace/ws2tcpip.h')
-rw-r--r-- | ace/ws2tcpip.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/ws2tcpip.h b/ace/ws2tcpip.h index ce1f1b8bfb8..0df97c7a992 100644 --- a/ace/ws2tcpip.h +++ b/ace/ws2tcpip.h @@ -16,6 +16,7 @@ */ #ifndef _WS2TCPIP_H_ +#include "ace/pre.h" #define _WS2TCPIP_H_ /* Structure to keep interface specific information */ @@ -85,4 +86,5 @@ er */ }; +#include "ace/post.h" #endif /* _WS2TCPIP_H_ */ |