changeset 7900:f695a5268e5e

[PATCH] add FMAC functions to lint library
author John Weeks <john.weeks@sun.com>
date Tue, 25 Nov 2008 07:16:41 -0800
parents 4c0ebedea2bb
children ce49a50c685f
files usr/src/lib/libc/port/llib-lc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/lib/libc/port/llib-lc	Fri Nov 21 13:42:30 2008 -0800
+++ b/usr/src/lib/libc/port/llib-lc	Tue Nov 25 07:16:41 2008 -0800
@@ -160,6 +160,7 @@
 #if defined(__amd64)
 #include <stack_unwind.h>
 #endif
+#include <fmac/fmac.h>
 
 /*
  * This really comes from the crt*.s startup modules.