diff options
author | Kudlaty <none@none> | 2009-07-25 14:36:42 +0200 |
---|---|---|
committer | Kudlaty <none@none> | 2009-07-25 14:36:42 +0200 |
commit | e1c2d50796acc06282e6bfc7fe2ea5446a0cf928 (patch) | |
tree | c6949ff0d82fee17b27757dfadc9a4823602ca5b /src | |
parent | 6998d0185c22e94ad0d407821842dbb979472b40 (diff) |
Fix build on windows and propably on centos
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/shared/Errors.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/Errors.h b/src/shared/Errors.h index 2b3e441dd82..bb17b94cbd0 100644 --- a/src/shared/Errors.h +++ b/src/shared/Errors.h @@ -23,9 +23,11 @@ #include "Common.h" +#if PLATFORM != PLATFORM_WINDOWS #ifndef HAVE_CONFIG_H #include <config.h> #endif +#endif #ifdef HAVE_ACE_STACK_TRACE_H #include "ace/Stack_Trace.h" |