diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-09-27 20:45:36 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-09-27 20:45:36 -0600 |
commit | fa357459f88bb8f0170d1a68df66e7d068d59996 (patch) | |
tree | 8585b5755ae224c6609f982d973141f1f6bad97b /cmd/srv9p/main.c | |
parent | d54ddec236bf9bdb8c032cd5fbdb0aa46ffebe86 (diff) |
fixes
Diffstat (limited to 'cmd/srv9p/main.c')
-rw-r--r-- | cmd/srv9p/main.c | 4 |
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); |