diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-03-18 12:17:48 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-03-18 12:17:48 +0000 |
commit | e58bc09367b407b3e0e35822258d797451cd36cb (patch) | |
tree | f2fdfe049c1488784708760e12dd5573560915f7 /ace/SOCK_Dgram_Bcast.h | |
parent | e91b6b78b88d1bd16650d8f40bfe1fa0b892b30f (diff) | |
download | ATCD-e58bc09367b407b3e0e35822258d797451cd36cb.tar.gz |
ChangeLogTag:Sat Mar 18 05:42:06 2000 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'ace/SOCK_Dgram_Bcast.h')
-rw-r--r-- | ace/SOCK_Dgram_Bcast.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/SOCK_Dgram_Bcast.h b/ace/SOCK_Dgram_Bcast.h index c74416f0714..92fdb93e234 100644 --- a/ace/SOCK_Dgram_Bcast.h +++ b/ace/SOCK_Dgram_Bcast.h @@ -14,6 +14,7 @@ // ============================================================================ #ifndef ACE_SOCK_DGRAM_BCAST_H +#include "ace/pre.h" #define ACE_SOCK_DGRAM_BCAST_H #include "ace/INET_Addr.h" @@ -122,4 +123,5 @@ private: #include "ace/SOCK_Dgram_Bcast.i" #endif +#include "ace/post.h" #endif /* ACE_SOCK_DGRAM_BCAST_H */ |