summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-11-29 12:41:38 +0000
committerEric Andersen <andersen@codepoet.org>2002-11-29 12:41:38 +0000
commit06245f1e2c96f22d3399d728a3b2d4004136474b (patch)
tree2806c3f40f9dd839fa9dda59fbba8b2119253d9e /libc
parentf0f449cc0019ba2409e4cd72fae1e8c190e8c8d4 (diff)
I forgot to include features.h
Diffstat (limited to 'libc')
-rw-r--r--libc/sysdeps/linux/i386/crt0.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/i386/crt0.S b/libc/sysdeps/linux/i386/crt0.S
index be66b9a2d..88e034ad6 100644
--- a/libc/sysdeps/linux/i386/crt0.S
+++ b/libc/sysdeps/linux/i386/crt0.S
@@ -30,6 +30,8 @@ Cambridge, MA 02139, USA. */
NULL
*/
+#include <features.h>
+
.text
.align 4