From 27e4c91c63bee83d61a198cc04495b4630dc61c1 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 29 Jun 2005 22:24:53 +0000 Subject: need to include features.h to get uclibc defines --- libc/sysdeps/linux/i386/syscall.S | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc/sysdeps/linux/i386/syscall.S') diff --git a/libc/sysdeps/linux/i386/syscall.S b/libc/sysdeps/linux/i386/syscall.S index 69cafd4fe..feccc240f 100644 --- a/libc/sysdeps/linux/i386/syscall.S +++ b/libc/sysdeps/linux/i386/syscall.S @@ -19,6 +19,8 @@ * syscall(__NR_exit, 42); * and things will just work. */ + +#include .text .align 4 -- cgit v1.2.3