diff options
Diffstat (limited to 'src/user/app/ethdump/util.h')
-rw-r--r-- | src/user/app/ethdump/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/user/app/ethdump/util.h b/src/user/app/ethdump/util.h index 6f58b82..bfff6e3 100644 --- a/src/user/app/ethdump/util.h +++ b/src/user/app/ethdump/util.h @@ -1,6 +1,8 @@ #pragma once #include <stdint.h> #include <stdio.h> +#include <stdlib.h> +#include <string.h> #define eprintf(fmt, ...) fprintf(stderr, "ethdump: "fmt"\n" __VA_OPT__(,) __VA_ARGS__) |