From eda71b4a8fb1d0b34d0f08c47b43af49428d24c3 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 1 Aug 2010 17:20:38 -0700 Subject: 10 64-bit binaries busted Reviewed by: estseg@gmail.com Approved by: gdamore@nexenta.com --- usr/src/lib/libc/inc/lint.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'usr/src/lib/libc/inc/lint.h') 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 + /* * 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 -- cgit v1.2.3