aboutsummaryrefslogtreecommitdiff
path: root/string/arm/memchr.S
diff options
context:
space:
mode:
Diffstat (limited to 'string/arm/memchr.S')
-rw-r--r--string/arm/memchr.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/string/arm/memchr.S b/string/arm/memchr.S
index 125618d..9649e10 100644
--- a/string/arm/memchr.S
+++ b/string/arm/memchr.S
@@ -36,7 +36,7 @@
#define CHARTSTMASK(c) 1<<(c*8)
#endif
.thumb
-#include "../asmdefs.h"
+#include "asmdefs.h"
@ ---------------------------------------------------------------------------