diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-27 19:25:06 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-27 19:28:50 +0200 |
commit | 09d7e91794d274409f970fc73ab6782427bd9805 (patch) | |
tree | ef3bcf2a02fe9f0073029921678b5e2c70535927 | |
parent | e0ac768501181c923500fe82093118c1422fc743 (diff) |
loplugin:includeform: tools (Windows)
Change-Id: I5bbe31b375b60e877630c520eef307f39b9c8dcc
-rw-r--r-- | tools/source/generic/config.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source/generic/config.cxx b/tools/source/generic/config.cxx index 261f859e2e8a..3175f3654f45 100644 --- a/tools/source/generic/config.cxx +++ b/tools/source/generic/config.cxx @@ -24,7 +24,7 @@ #include <string.h> #ifdef _WIN32 -#include "stdlib.h" +#include <stdlib.h> #endif #include <osl/file.hxx> |