diff options
Diffstat (limited to 'libc/sysdeps/linux/alpha/crt0.S')
-rw-r--r-- | libc/sysdeps/linux/alpha/crt0.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/alpha/crt0.S b/libc/sysdeps/linux/alpha/crt0.S index 2e2941042..2d6a5a3a7 100644 --- a/libc/sysdeps/linux/alpha/crt0.S +++ b/libc/sysdeps/linux/alpha/crt0.S @@ -18,6 +18,8 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ +#include <features.h> + #define a0 $16 /* argument registers (caller-saved) */ #define a1 $17 #define a2 $18 |