aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKudlaty <none@none>2009-07-24 22:44:30 +0200
committerKudlaty <none@none>2009-07-24 22:44:30 +0200
commitdef7d199dd73b89d6516b8bfcd8c9097e6a96b2c (patch)
tree8674bdc80a97e13a9c49bff1e7edccbf4d73c7cd /src
parent261e75c9cf048b450e82e75cb884581c029613d3 (diff)
Fix typo.
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/shared/Errors.h4
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