aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Do Nascimento <Victor.DoNascimento@arm.com>2022-06-08 12:16:36 +0100
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2022-06-22 14:53:02 +0100
commit3e6f95c1adfc784fbb5746dc5156df3f120222b0 (patch)
treeaec70a2985b5fc532814ac635fc5cfc2e8d48210
parent90510ecbb921d79799e7d62eda43696f25b8e51e (diff)
downloadarm-optimized-routines-3e6f95c1adfc784fbb5746dc5156df3f120222b0.tar.gz
string: Fix header file issue in strlen test
Remove unnecessary sys/mman.h dependency.
-rw-r--r--string/test/strlen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/string/test/strlen.c b/string/test/strlen.c
index 68c51b1..0c20018 100644
--- a/string/test/strlen.c
+++ b/string/test/strlen.c
@@ -9,7 +9,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <sys/mman.h>
#include <limits.h>
#include "mte.h"
#include "stringlib.h"