summaryrefslogtreecommitdiff
path: root/kernel/lib/memmovev.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--kernel/lib/memmovev.c (renamed from lib/memmovev.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/memmovev.c b/kernel/lib/memmovev.c
index 0b21d25..56684a5 100644
--- a/lib/memmovev.c
+++ b/kernel/lib/memmovev.c
@@ -1,4 +1,4 @@
-#include <string.h>
+#include <lib.h>
volatile void *memmovev(volatile void *dest, const volatile void *src, size_t n)
{