diff options
Diffstat (limited to 'libc/string/xtensa/memcpy.S')
-rw-r--r-- | libc/string/xtensa/memcpy.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/xtensa/memcpy.S b/libc/string/xtensa/memcpy.S index fc04c023e..bf384b461 100644 --- a/libc/string/xtensa/memcpy.S +++ b/libc/string/xtensa/memcpy.S @@ -17,7 +17,7 @@ Software Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ -#include "../../sysdeps/linux/xtensa/sysdep.h" +#include <sysdep.h> #include <bits/xtensa-config.h> .macro src_b r, w0, w1 |