summaryrefslogtreecommitdiff
path: root/lib9p/tests/testclient-sess.c
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-04-13 22:13:43 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-04-14 00:05:05 -0600
commit1e4ad99311611a7fbb5cdfe4b1b79202381dc717 (patch)
tree9ac29b2ba82c3cd95eb86715f4bdc4ca8a72ce4b /lib9p/tests/testclient-sess.c
parentb1fcc4ac2f244dddd869054db5dc6753c099a3e0 (diff)
Split lib9p into lib9p_core and lib9p_srv
Diffstat (limited to 'lib9p/tests/testclient-sess.c')
-rw-r--r--lib9p/tests/testclient-sess.c2
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)