diff options
Diffstat (limited to 'ace/LSOCK_Dgram.h')
-rw-r--r-- | ace/LSOCK_Dgram.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/LSOCK_Dgram.h b/ace/LSOCK_Dgram.h index 5de995e2fe8..a30a68f4386 100644 --- a/ace/LSOCK_Dgram.h +++ b/ace/LSOCK_Dgram.h @@ -16,6 +16,7 @@ // ============================================================================ #ifndef ACE_LOCAL_SOCK_DGRAM_H +#include "ace/pre.h" #define ACE_LOCAL_SOCK_DGRAM_H #include "ace/SOCK_Dgram.h" @@ -65,4 +66,5 @@ public: #endif #endif /* ACE_LACKS_UNIX_DOMAIN_SOCKETS */ +#include "ace/post.h" #endif /* ACE_LOCAL_SOCK_DGRAM_H */ |