diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-09 15:41:25 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-09 15:41:25 +0100 |
commit | 387a035d749ff7f00beca82f83e7aa5d8c5e9fcd (patch) | |
tree | e385741d24f439975d66ffae1331f4f31cd1cc95 /sal/osl | |
parent | 2f3bc785e675b40003b06f549a00775322f0b7fd (diff) |
New loplugin:externvar: sal
Change-Id: Iefc33784f21e7a0b88c8d6308618926e38ab8554
Diffstat (limited to 'sal/osl')
-rw-r--r-- | sal/osl/all/log.cxx | 1 | ||||
-rw-r--r-- | sal/osl/unx/salinit.cxx | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sal/osl/all/log.cxx b/sal/osl/all/log.cxx index b400e43ab164..23f45cdb4875 100644 --- a/sal/osl/all/log.cxx +++ b/sal/osl/all/log.cxx @@ -27,6 +27,7 @@ #include "sal/log.hxx" #include "sal/types.h" #include "misc.hxx" +#include "salusesyslog.hxx" #if defined ANDROID #include <android/log.h> diff --git a/sal/osl/unx/salinit.cxx b/sal/osl/unx/salinit.cxx index da7ede593404..fdde9e84980c 100644 --- a/sal/osl/unx/salinit.cxx +++ b/sal/osl/unx/salinit.cxx @@ -33,12 +33,11 @@ #include "sal/types.h" #include <saltime.hxx> +#include <salusesyslog.hxx> #if HAVE_SYSLOG_H #include <string.h> #include <syslog.h> -// from sal/osl/all/log.cxx: -extern bool sal_use_syslog; #endif extern "C" { |