summaryrefslogtreecommitdiff
path: root/include/sal
diff options
context:
space:
mode:
Diffstat (limited to 'include/sal')
-rw-r--r--include/sal/types.h2
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`.