Include stdlib in string.h
This commit is contained in:
parent
291d0797e3
commit
9bd5fdfa45
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
#define KERNEL_STRING_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
// void *memcpy(void *s1, const void *s2, size_t n);
|
||||
// void *memmove(void *s1, const void *s2, size_t n);
|
||||
|
|
Loading…
Add table
Reference in a new issue