diff options
Diffstat (limited to 'kernel/l0')
-rw-r--r-- | kernel/l0/dbglog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/l0/dbglog.c b/kernel/l0/dbglog.c index 0285002..47098a0 100644 --- a/kernel/l0/dbglog.c +++ b/kernel/l0/dbglog.c @@ -1,5 +1,5 @@ #include <stdarg.h> -#include <stdlib.h> +#include <string.h> #include <printf.h> #include <dbglog.h> #include <config.h> |