This website works better with JavaScript
Home
Explore
Help
Register
Sign In
oss
/
uclibc-ng
Watch
4
Star
1
Fork
0
Files
Issues
3
Pull Requests
0
Wiki
Browse Source
sh crti.S needs features.h to resolve __HAVE_SHARED__, trivial patch
from Carmelo Amoroso <carmelo73@gmail.com>.
Paul Mundt
18 years ago
parent
7cdd07d837
commit
e2d0eee5ea
1 changed files
with
2 additions
and
0 deletions
Unified View
Show Diff Stats
2
0
libc/sysdeps/linux/sh/crti.S
+ 2
- 0
libc/sysdeps/linux/sh/crti.S
View File
@@ -1,3 +1,5 @@
+#include <features.h>
+
.file "crti.S"
.file "crti.S"
.text
.text