summaryrefslogtreecommitdiff
path: root/cmd/srv9p/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/srv9p/main.c')
-rw-r--r--cmd/srv9p/main.c4
1 files changed, 2 insertions, 2 deletions
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 <error.h>
#include <stdio.h>
-#include "coroutine.h"
-#include "net9p.h"
+#include <libcr/coroutine.h>
+#include <lib9p/srv.h>
int main() {
int sock = netio_listen(9000);