From 7519e57749e176be60b7185d7bbdc298b1744c3c Mon Sep 17 00:00:00 2001 From: dzwdz Date: Sat, 20 Aug 2022 15:05:19 +0200 Subject: user/ethdump: UDP support --- src/user/app/ethdump/util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/user/app/ethdump/util.h') 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 #include +#include +#include #define eprintf(fmt, ...) fprintf(stderr, "ethdump: "fmt"\n" __VA_OPT__(,) __VA_ARGS__) -- cgit v1.2.3