diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-11-11 10:22:26 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-11-11 10:22:26 -0700 |
commit | ced8ab50af1429d9ba7651da1b3b78014fd76e79 (patch) | |
tree | 4f0975a2594c4bfa97ebaa6b263e712858d2e8a4 /cmd | |
parent | d84daf84d2ced072782ef3c61e5088b06d950939 (diff) |
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/srv9p/static9p.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd/srv9p/static9p.c b/cmd/srv9p/static9p.c index 3632c26..90f3856 100644 --- a/cmd/srv9p/static9p.c +++ b/cmd/srv9p/static9p.c @@ -4,8 +4,7 @@ * SPDX-License-Identifier: AGPL-3.0-or-later */ -#include <assert.h> - +#include <libmisc/assert.h> #include <libmisc/vcall.h> #include "static9p.h" |