summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-27 19:25:06 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-27 19:28:50 +0200
commit09d7e91794d274409f970fc73ab6782427bd9805 (patch)
treeef3bcf2a02fe9f0073029921678b5e2c70535927 /tools
parente0ac768501181c923500fe82093118c1422fc743 (diff)
loplugin:includeform: tools (Windows)
Change-Id: I5bbe31b375b60e877630c520eef307f39b9c8dcc
Diffstat (limited to 'tools')
-rw-r--r--tools/source/generic/config.cxx2
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>