summaryrefslogtreecommitdiff
path: root/ace/config-hpux11.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-hpux11.h')
-rw-r--r--ace/config-hpux11.h2
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 */