diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-22 01:08:38 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-22 01:08:38 +0300 |
commit | 7317fd0c2850a6872fc6f9ee9e1905446d06f163 (patch) | |
tree | 05b3b0741c8ec70d9f30e1113aa1593193268c76 /sal/osl/w32/signal.cxx | |
parent | f606371c49d2590b86f84d37c999c313d92a7d5c (diff) |
Fix compilation errors with recet mingw-w64
Diffstat (limited to 'sal/osl/w32/signal.cxx')
-rw-r--r-- | sal/osl/w32/signal.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/w32/signal.cxx b/sal/osl/w32/signal.cxx index de2201f8d8a6..659d66ee1c74 100644 --- a/sal/osl/w32/signal.cxx +++ b/sal/osl/w32/signal.cxx @@ -39,7 +39,7 @@ #ifndef __MINGW32__ #include <DbgHelp.h> #endif -#include <ErrorRep.h> +#include <errorrep.h> #include <systools/win32/uwinapi.h> #include <sal/macros.h> |