diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-02-07 11:02:37 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-02-07 11:02:37 +0000 |
commit | e2d0eee5ea9c568236b4ce2aaf142dfc17ba60ad (patch) | |
tree | 0780663e89713f084ff97c6f51e05147a0be0cc3 /libc/sysdeps | |
parent | 7cdd07d837af188c7d74178c8670e7eecfc9724d (diff) |
sh crti.S needs features.h to resolve __HAVE_SHARED__, trivial patch
from Carmelo Amoroso <carmelo73@gmail.com>.
Diffstat (limited to 'libc/sysdeps')
-rw-r--r-- | libc/sysdeps/linux/sh/crti.S | 2 |
1 files changed, 2 insertions, 0 deletions
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 <features.h> + .file "crti.S" .text |