diff options
author | Garrett D'Amore <garrett@nexenta.com> | 2010-08-01 17:20:38 -0700 |
---|---|---|
committer | Garrett D'Amore <garrett@nexenta.com> | 2010-08-01 17:20:38 -0700 |
commit | eda71b4a8fb1d0b34d0f08c47b43af49428d24c3 (patch) | |
tree | f939b179199ba43f17e159410cb4e5a59a0f1077 /usr/src/lib/libc/inc | |
parent | 5ffa97fa2ff163219bb606cc2bdf8bcd331ff77e (diff) | |
download | illumos-gate-eda71b4a8fb1d0b34d0f08c47b43af49428d24c3.tar.gz |
10 64-bit binaries busted
Reviewed by: estseg@gmail.com
Approved by: gdamore@nexenta.com
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> |