From a5fee58c72c80f6592d9d11f7b5156da275fbc2c Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 7 May 2016 17:07:30 +0200 Subject: [PATCH] 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 Reviewed-by: jan iversen --- include/sal/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.