diff options
author | Kudlaty <none@none> | 2009-07-24 22:44:30 +0200 |
---|---|---|
committer | Kudlaty <none@none> | 2009-07-24 22:44:30 +0200 |
commit | def7d199dd73b89d6516b8bfcd8c9097e6a96b2c (patch) | |
tree | 8674bdc80a97e13a9c49bff1e7edccbf4d73c7cd | |
parent | 261e75c9cf048b450e82e75cb884581c029613d3 (diff) |
Fix typo.
--HG--
branch : trunk
-rw-r--r-- | src/shared/Errors.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/shared/Errors.h b/src/shared/Errors.h index 992b1752a0f..5cfd109ee01 100644 --- a/src/shared/Errors.h +++ b/src/shared/Errors.h @@ -23,6 +23,10 @@ #include "Common.h" +#ifndef HAVE_CONFIG_H +#define HAVE_ACE_STACK_TRACE_H 1 +#endif + #ifdef HAVE_ACE_STACK_TRACE_H #include "ace/Stack_Trace.h" #endif |