diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-05-07 17:07:30 +0200 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-05-08 07:28:17 +0000 |
commit | a5fee58c72c80f6592d9d11f7b5156da275fbc2c (patch) | |
tree | 4d57993dc7807421f39fbc4e9ada56969e72ef1f | |
parent | fbf1963d94c7585df944784bd485901dcdb75acf (diff) |
Updated file path.
Since commit 6c7659b584ea7ed3652ca4eb9a2297f36310c365
the new path is include/sal/types.h
Change-Id: I742ea2f6df06ff7345f3bbed0c90af13acafdbd7
Reviewed-on: https://gerrit.libreoffice.org/24718
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
-rw-r--r-- | include/sal/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sal/types.h b/include/sal/types.h index 23a4b316f40a..80df8865fa20 100644 --- a/include/sal/types.h +++ b/include/sal/types.h @@ -120,7 +120,7 @@ typedef unsigned char sal_uInt8; #error "Could not find 64-bit type, add support for your architecture" #endif #else - #error "Please define the 64-bit types for your architecture/compiler in sal/inc/sal/types.h" + #error "Please define the 64-bit types for your architecture/compiler in include/sal/types.h" #endif /** A legacy synonym for `char`. |