diff options
Diffstat (limited to 'usr/src/lib/libc/inc/lint.h')
-rw-r--r-- | usr/src/lib/libc/inc/lint.h | 3 |
1 files changed, 3 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 |