diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-10-04 16:58:55 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-10-04 16:58:55 +0200 |
commit | bef47d3da6f44b725519f7bf3e2400a3148bac67 (patch) | |
tree | b4c3e93236bcd07c62517fccc15e87b5034182d8 /sal | |
parent | d5c763f7b114aeebcb08254f26be718cd738d6b0 (diff) |
At least MSVC 2015 doesn't find sal/osl/w32/time.h
...when included as <time.h> (our rather sick convention, for include files
other than standard headers) rather than "time.h"
Change-Id: I5aacfb81de95ae4254e39badffc9c83c7ac0f58f
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/w32/salinit.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/w32/salinit.cxx b/sal/osl/w32/salinit.cxx index 8122fbb18697..dd94af1b5862 100644 --- a/sal/osl/w32/salinit.cxx +++ b/sal/osl/w32/salinit.cxx @@ -20,7 +20,7 @@ #include "sal/config.h" #include "system.h" -#include <time.h> +#include "time.h" #include <osl/process.h> #include <sal/main.h> |