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 | 9162fb9c4efda73ed1e85cd0627ce7626e2e3ee7 (patch) | |
tree | f2fdfe049c1488784708760e12dd5573560915f7 /ace/config-hpux11.h | |
parent | 7b6a39ee045885ccaeaeff58c2009489184c73bd (diff) | |
download | ATCD-9162fb9c4efda73ed1e85cd0627ce7626e2e3ee7.tar.gz |
ChangeLogTag:Sat Mar 18 05:42:06 2000 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'ace/config-hpux11.h')
-rw-r--r-- | ace/config-hpux11.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/config-hpux11.h b/ace/config-hpux11.h index 3c9e36e8b0f..1c2fc55e23d 100644 --- a/ace/config-hpux11.h +++ b/ace/config-hpux11.h @@ -17,6 +17,7 @@ #define HPUX_11 #ifndef _HPUX_SOURCE +#include "ace/pre.h" #define _HPUX_SOURCE #endif @@ -252,4 +253,5 @@ // To build with tracing enabled, make sure ACE_NTRACE is not defined #if !defined (ACE_NTRACE) #define ACE_NTRACE 1 +#include "ace/post.h" #endif /* ACE_NTRACE */ |