aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKudlaty <none@none>2009-07-25 02:19:16 +0200
committerKudlaty <none@none>2009-07-25 02:19:16 +0200
commit6998d0185c22e94ad0d407821842dbb979472b40 (patch)
treec437652d4603907883062204d17aec3b82daf4dc /src
parent370b38312ac1e51e244e1936cb493f6101b73ea6 (diff)
Fix build with old ACE lib
But anyway, you should update your ACE lib --HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/shared/Errors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/Errors.h b/src/shared/Errors.h
index 5cfd109ee01..2b3e441dd82 100644
--- a/src/shared/Errors.h
+++ b/src/shared/Errors.h
@@ -24,7 +24,7 @@
#include "Common.h"
#ifndef HAVE_CONFIG_H
-#define HAVE_ACE_STACK_TRACE_H 1
+#include <config.h>
#endif
#ifdef HAVE_ACE_STACK_TRACE_H