summaryrefslogtreecommitdiff
path: root/ace/UNIX_Addr.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-14 21:45:15 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-14 21:45:15 +0000
commita71704263560521e40659fd92315411018efb3a3 (patch)
tree9d4be762e03bbb102e7255a87956c2dea7c5bda7 /ace/UNIX_Addr.h
parentfece36c9fea0aeea41ddb296e622bd309720f240 (diff)
downloadATCD-a71704263560521e40659fd92315411018efb3a3.tar.gz
.
Diffstat (limited to 'ace/UNIX_Addr.h')
-rw-r--r--ace/UNIX_Addr.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/UNIX_Addr.h b/ace/UNIX_Addr.h
index ac39c4aa9a7..5bee7b4f3df 100644
--- a/ace/UNIX_Addr.h
+++ b/ace/UNIX_Addr.h
@@ -16,8 +16,13 @@
#if !defined (ACE_UNIX_ADDR_H)
#define ACE_UNIX_ADDR_H
+
#include "ace/Addr.h"
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+#pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
#if !defined (ACE_LACKS_UNIX_DOMAIN_SOCKETS)
class ACE_Export ACE_UNIX_Addr : public ACE_Addr