From e2d0eee5ea9c568236b4ce2aaf142dfc17ba60ad Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Wed, 7 Feb 2007 11:02:37 +0000 Subject: sh crti.S needs features.h to resolve __HAVE_SHARED__, trivial patch from Carmelo Amoroso . --- libc/sysdeps/linux/sh/crti.S | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc/sysdeps/linux/sh') diff --git a/libc/sysdeps/linux/sh/crti.S b/libc/sysdeps/linux/sh/crti.S index 43ba28583..a74f96eb7 100644 --- a/libc/sysdeps/linux/sh/crti.S +++ b/libc/sysdeps/linux/sh/crti.S @@ -1,3 +1,5 @@ +#include + .file "crti.S" .text -- cgit v1.2.3