From 992ac5301fc8727d83017b242af2df9895eebfcc Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 15 Nov 2023 13:50:15 +0100 Subject: implement a command to list runs --- src/net.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/net.h') diff --git a/src/net.h b/src/net.h index 68ae311..ea8aa30 100644 --- a/src/net.h +++ b/src/net.h @@ -8,6 +8,8 @@ #ifndef __NET_H__ #define __NET_H__ +#include "buf.h" + #include #include -- cgit v1.2.3