diff options
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" |