diff options
Diffstat (limited to 'libc/string/xtensa/strcmp.S')
-rw-r--r-- | libc/string/xtensa/strcmp.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/xtensa/strcmp.S b/libc/string/xtensa/strcmp.S index ac058a2bf..86ad80df8 100644 --- a/libc/string/xtensa/strcmp.S +++ b/libc/string/xtensa/strcmp.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> #include <features.h> |