diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-13 22:13:43 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-14 00:05:05 -0600 |
commit | 1e4ad99311611a7fbb5cdfe4b1b79202381dc717 (patch) | |
tree | 9ac29b2ba82c3cd95eb86715f4bdc4ca8a72ce4b /lib9p/tests/testclient-sess.c | |
parent | b1fcc4ac2f244dddd869054db5dc6753c099a3e0 (diff) |
Split lib9p into lib9p_core and lib9p_srv
Diffstat (limited to 'lib9p/tests/testclient-sess.c')
-rw-r--r-- | lib9p/tests/testclient-sess.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib9p/tests/testclient-sess.c b/lib9p/tests/testclient-sess.c index 437c489..764168d 100644 --- a/lib9p/tests/testclient-sess.c +++ b/lib9p/tests/testclient-sess.c @@ -15,7 +15,7 @@ #include <libmisc/assert.h> #include <libmisc/endian.h> -#include <lib9p/9p.h> +#include <lib9p/core.h> #define MAX_MSG_SIZE (8*1024) |