diff options
Diffstat (limited to 'ace/Svc_Conf.h')
-rw-r--r-- | ace/Svc_Conf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Svc_Conf.h b/ace/Svc_Conf.h index 315e5f36063..9fc125de749 100644 --- a/ace/Svc_Conf.h +++ b/ace/Svc_Conf.h @@ -15,6 +15,7 @@ // ============================================================================ #ifndef ACE_SVC_CONF_H +#include "ace/pre.h" #define ACE_SVC_CONF_H // Globally visible macros, type decls, and extern var decls for @@ -107,4 +108,5 @@ typedef union char *ident_; } ACE_YYSTYPE; extern ACE_YYSTYPE ace_yylval; +#include "ace/post.h" #endif /* ACE_SVC_CONF_H */ |