diff options
Diffstat (limited to 'ace/config-sunos5.4-g++.h')
-rw-r--r-- | ace/config-sunos5.4-g++.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/config-sunos5.4-g++.h b/ace/config-sunos5.4-g++.h index f81535cec68..3845659c06f 100644 --- a/ace/config-sunos5.4-g++.h +++ b/ace/config-sunos5.4-g++.h @@ -5,6 +5,7 @@ // platforms using the GNU g++ compiler. #ifndef ACE_CONFIG_H +#include "ace/pre.h" #define ACE_CONFIG_H #if ! defined (__ACE_INLINE__) @@ -186,4 +187,5 @@ #define ACE_HAS_GPERF #define ACE_HAS_DIRENT +#include "ace/post.h" #endif /* ACE_CONFIG_H */ |