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>
This commit is contained in:
Andrea Gelmini 2016-05-07 17:07:30 +02:00 committed by jan iversen
parent fbf1963d94
commit a5fee58c72

View File

@ -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`.