From fa357459f88bb8f0170d1a68df66e7d068d59996 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Fri, 27 Sep 2024 20:45:36 -0600 Subject: fixes --- cmd/srv9p/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd/srv9p/main.c') diff --git a/cmd/srv9p/main.c b/cmd/srv9p/main.c index 822a9ea..d63c5fb 100644 --- a/cmd/srv9p/main.c +++ b/cmd/srv9p/main.c @@ -1,8 +1,8 @@ #include #include -#include "coroutine.h" -#include "net9p.h" +#include +#include int main() { int sock = netio_listen(9000); -- cgit v1.2.3-2-g168b