diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-04 09:30:13 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-04 09:30:13 +0000 |
commit | ca174af8a44cfb38ccfaf84b636733fece06151a (patch) | |
tree | 2737eb21f3c0071b3be75f7284e36570a163ce89 /ace/Trace.cpp | |
parent | 6dbef86665e74490caa4281187065c12e665b691 (diff) | |
download | ATCD-ca174af8a44cfb38ccfaf84b636733fece06151a.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Trace.cpp')
-rw-r--r-- | ace/Trace.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/Trace.cpp b/ace/Trace.cpp index 30a729b090d..5c93c5a770d 100644 --- a/ace/Trace.cpp +++ b/ace/Trace.cpp @@ -4,7 +4,10 @@ // We need this to get the status of ACE_NTRACE... #define ACE_BUILD_DLL +#if !defined (ACE_USER_CONFIG_H) +#define ACE_USER_CONFIG_H #include "ace/config.h" +#endif /* ACE_USER_CONFIG_H */ // Turn off tracing for the duration of this file. #if defined (ACE_NTRACE) |