summaryrefslogtreecommitdiff
path: root/src/user/app/ethdump/util.h
diff options
context:
space:
mode:
authordzwdz2022-08-20 15:05:19 +0200
committerdzwdz2022-08-20 15:05:19 +0200
commit7519e57749e176be60b7185d7bbdc298b1744c3c (patch)
treef320249b75a90a016451acab06c09dbcefdbc89a /src/user/app/ethdump/util.h
parentf22f019aeba00ccb3cc35fe763c3e87bf5690040 (diff)
user/ethdump: UDP support
Diffstat (limited to 'src/user/app/ethdump/util.h')
-rw-r--r--src/user/app/ethdump/util.h2
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__)