diff options
Diffstat (limited to 'usr/src/lib/libc/inc')
-rw-r--r-- | usr/src/lib/libc/inc/lint.h | 3 | ||||
-rw-r--r-- | usr/src/lib/libc/inc/mse.h | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/lib/libc/inc/lint.h b/usr/src/lib/libc/inc/lint.h index 99a1d1ab83..ce71e1b68b 100644 --- a/usr/src/lib/libc/inc/lint.h +++ b/usr/src/lib/libc/inc/lint.h @@ -31,6 +31,9 @@ extern "C" { #endif +/* we need the following to pick up _LP64 */ +#include <sys/feature_tests.h> + /* * We must include "lint.h" as the first #include in all libc source files * for the purpose of running lint over libc, else lint errors occur due to diff --git a/usr/src/lib/libc/inc/mse.h b/usr/src/lib/libc/inc/mse.h index 836407dce1..28ce28b10a 100644 --- a/usr/src/lib/libc/inc/mse.h +++ b/usr/src/lib/libc/inc/mse.h @@ -32,6 +32,7 @@ #define _MSE_H #include "lint.h" +#include "file64.h" #include <stdio.h> #include <wchar.h> #include <string.h> |