Browse Source

need to include features.h to get uclibc defines

Mike Frysinger 20 years ago
parent
commit
27e4c91c63
2 changed files with 4 additions and 0 deletions
  1. 2 0
      libc/sysdeps/linux/i386/crt1.S
  2. 2 0
      libc/sysdeps/linux/i386/syscall.S

+ 2 - 0
libc/sysdeps/linux/i386/crt1.S

@@ -54,6 +54,8 @@
 					NULL
 */
 
+#include <features.h>
+
 	.text
 	.globl	_start
 	.type	_start,@function

+ 2 - 0
libc/sysdeps/linux/i386/syscall.S

@@ -19,6 +19,8 @@
  *         syscall(__NR_exit, 42);
  * and things will just work.
  */
+
+#include <features.h>
 	
 .text
 	.align 4