diff options
Diffstat (limited to 'lib/libc/string/memmove.c')
| -rw-r--r-- | lib/libc/string/memmove.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/memmove.c b/lib/libc/string/memmove.c index db83694f..c4fe3635 100644 --- a/lib/libc/string/memmove.c +++ b/lib/libc/string/memmove.c @@ -1,5 +1,5 @@ -#include <stddef.h> // for size_t #include <stdint.h> // for uint8_t, uintptr_t +#include <string.h> // for size_t, memmove void *memmove(void *dst, const void *src, size_t n) { |
