summaryrefslogtreecommitdiff
path: root/cmd/srv9p
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-11-19 21:20:13 -0700
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-11-19 22:05:53 -0700
commit24cd8ca4ee1ea08526eb82e6c122870c86da5603 (patch)
tree25e467df0236b8a514bbc328299f8500277f9512 /cmd/srv9p
parent1cc68fb6f72ada5446a9914cc3bf97db9259a880 (diff)
Add libmisc/log.h to remove stdio.h
Diffstat (limited to 'cmd/srv9p')
-rw-r--r--cmd/srv9p/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/srv9p/main.c b/cmd/srv9p/main.c
index d0a683a..be34daa 100644
--- a/cmd/srv9p/main.c
+++ b/cmd/srv9p/main.c
@@ -5,7 +5,6 @@
*/
#include <error.h>
-#include <stdio.h>
#include <lib9p/srv.h>
#include <libcr/coroutine.h>