diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-06-06 19:50:53 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-06-06 20:28:44 -0600 |
commit | 940ac0d72be1e6d13b924f3ca2d32bad5b41b6ab (patch) | |
tree | c558294e0237a31b2fca737437bfa82486834c4e /lib9p/tests/testclient-sess.c | |
parent | ed5d5723196e47290beda01cc4785cfe5cbc5266 (diff) |
lib9p: tests: Add a test for client hangups
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 eef9d2c..276f932 100644 --- a/lib9p/tests/testclient-sess.c +++ b/lib9p/tests/testclient-sess.c @@ -4,7 +4,7 @@ * SPDX-License-Identifier: AGPL-3.0-or-later */ -#include <arpa/inet.h> /* for htons(), inet_addr() */ +#include <arpa/inet.h> /* for htons(), inet_addr() */ #include <errno.h> #include <error.h> #include <netinet/in.h> /* for struct sockaddr{,_in} */ |