diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-12-27 02:45:55 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-05-19 03:43:26 +0200 |
commit | 7eca4fa00fc383a40b9957ff3c4b038ac02c2eef (patch) | |
tree | d96d62304f2a6e87336e85551ceeb2b73f80f809 /onlineupdate/source/service/servicebase.hxx | |
parent | 19066cafbb3a5a4013277f62b0e577294534a70b (diff) |
get the update service working
Change-Id: I25921090083f20c4bb416f9cfdd5ec6400a27a21
Diffstat (limited to 'onlineupdate/source/service/servicebase.hxx')
-rw-r--r-- | onlineupdate/source/service/servicebase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/onlineupdate/source/service/servicebase.hxx b/onlineupdate/source/service/servicebase.hxx index bf8ed02f16de..0353f7d329bb 100644 --- a/onlineupdate/source/service/servicebase.hxx +++ b/onlineupdate/source/service/servicebase.hxx @@ -3,7 +3,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include <windows.h> -#include "updatelogging.hxx" +#include "updatelogging.h" BOOL PathAppendSafe(LPWSTR base, LPCWSTR extra); BOOL VerifySameFiles(LPCWSTR file1Path, LPCWSTR file2Path, BOOL &sameContent); |