diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-09-18 09:59:33 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-09-18 09:59:33 +0200 |
commit | 74cd94a17b3922bdcd44ab6460232297fbf665d0 (patch) | |
tree | e80710620ef23b6f6da0d69a1433842aa46e6a9b /sal/osl/w32/signal.cxx | |
parent | 1ff0f0ba29cc14c265fd74c49710a079e67ee943 (diff) |
Put back some #include (needed for e.g. --disable-pch)
...that had been removed too eagerly with
1f543b817a7e8bdef9482c4c61bc1672bf04e39f "osl/w32: don't use 8-bit string
functions"
Change-Id: I9d16cc5ff9b779457d8d70c7f206d5e684342c63
Diffstat (limited to 'sal/osl/w32/signal.cxx')
-rw-r--r-- | sal/osl/w32/signal.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sal/osl/w32/signal.cxx b/sal/osl/w32/signal.cxx index 0f6bc08dc9dc..5f11b8a6bcf6 100644 --- a/sal/osl/w32/signal.cxx +++ b/sal/osl/w32/signal.cxx @@ -17,6 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <sal/config.h> +#include <config_features.h> + #include <signalshared.hxx> #include <systools/win32/uwinapi.h> |