diff options
author | Kudlaty <none@none> | 2009-07-25 02:19:16 +0200 |
---|---|---|
committer | Kudlaty <none@none> | 2009-07-25 02:19:16 +0200 |
commit | 6998d0185c22e94ad0d407821842dbb979472b40 (patch) | |
tree | c437652d4603907883062204d17aec3b82daf4dc /src/shared/Errors.h | |
parent | 370b38312ac1e51e244e1936cb493f6101b73ea6 (diff) |
Fix build with old ACE lib
But anyway, you should update your ACE lib
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Errors.h')
-rw-r--r-- | src/shared/Errors.h | 2 |
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 |