diff options
Diffstat (limited to 'libc/string/xtensa/strncpy.S')
-rw-r--r-- | libc/string/xtensa/strncpy.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/xtensa/strncpy.S b/libc/string/xtensa/strncpy.S index fe3ec894c..a048d432e 100644 --- a/libc/string/xtensa/strncpy.S +++ b/libc/string/xtensa/strncpy.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> #ifdef __XTENSA_EB__ |