summaryrefslogtreecommitdiff
path: root/libc/string/ia64/bzero.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/ia64/bzero.S')
-rw-r--r--libc/string/ia64/bzero.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/ia64/bzero.S b/libc/string/ia64/bzero.S
index 1f0f8b7ac..203ff7f89 100644
--- a/libc/string/ia64/bzero.S
+++ b/libc/string/ia64/bzero.S
@@ -32,7 +32,7 @@
Since a stf.spill f0 can store 16B in one go, we use this instruction
to get peak speed. */
-#include "sysdep.h"
+#include <sysdep.h>
#ifdef __UCLIBC_SUSV3_LEGACY__