diff options
Diffstat (limited to 'libc/string/ia64/memset.S')
-rw-r--r-- | libc/string/ia64/memset.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/ia64/memset.S b/libc/string/ia64/memset.S index 45df5838e..3f4b6e15b 100644 --- a/libc/string/ia64/memset.S +++ b/libc/string/ia64/memset.S @@ -33,7 +33,7 @@ Since a stf.spill f0 can store 16B in one go, we use this instruction to get peak speed when value = 0. */ -#include "sysdep.h" +#include <sysdep.h> #undef ret #define dest in0 |