From 3674a2c77df975bfa67905e70ce3ea94863d2152 Mon Sep 17 00:00:00 2001 From: Haavard Skinnemoen Date: Thu, 13 Mar 2008 19:04:16 +0000 Subject: From: Geoffrey Wossum Found a problem with the AVR32 optimized bzero() code. Due to a missing #include, it actually generated no code. --- libc/string/avr32/bzero.S | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc/string/avr32') diff --git a/libc/string/avr32/bzero.S b/libc/string/avr32/bzero.S index 6ced0cbb1..7404ca3e4 100644 --- a/libc/string/avr32/bzero.S +++ b/libc/string/avr32/bzero.S @@ -6,6 +6,8 @@ * archive for more details. */ +#include + #ifdef __UCLIBC_SUSV3_LEGACY__ .text -- cgit v1.2.3