diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-06-06 23:00:33 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-06-06 23:00:33 -0600 |
commit | b5a29a4c57f09ed11b4591f99493fd57fdcee593 (patch) | |
tree | c558294e0237a31b2fca737437bfa82486834c4e /lib9p/tests/testclient-sess.c | |
parent | ce8ae41d677875adb45d99c351bcba108fb82a44 (diff) | |
parent | 940ac0d72be1e6d13b924f3ca2d32bad5b41b6ab (diff) |
Merge branch 'lukeshu/misc'
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} */ |