diff options
Diffstat (limited to 'libc/string')
-rw-r--r-- | libc/string/avr32/bzero.S | 2 |
1 files changed, 2 insertions, 0 deletions
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 <features.h> + #ifdef __UCLIBC_SUSV3_LEGACY__ .text |