diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-11-29 12:41:38 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-11-29 12:41:38 +0000 |
commit | 06245f1e2c96f22d3399d728a3b2d4004136474b (patch) | |
tree | 2806c3f40f9dd839fa9dda59fbba8b2119253d9e /libc/sysdeps/linux | |
parent | f0f449cc0019ba2409e4cd72fae1e8c190e8c8d4 (diff) |
I forgot to include features.h
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/i386/crt0.S | 2 |
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 |