From ced8ab50af1429d9ba7651da1b3b78014fd76e79 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Mon, 11 Nov 2024 10:22:26 -0700 Subject: libmisc: Write my own assert.h --- libhw/host_net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libhw/host_net.c') diff --git a/libhw/host_net.c b/libhw/host_net.c index 88bda49..29886f3 100644 --- a/libhw/host_net.c +++ b/libhw/host_net.c @@ -6,7 +6,6 @@ #define _GNU_SOURCE /* for pthread_sigqueue(3gnu) */ /* misc */ -#include /* for assert() */ #include /* for errno, EAGAIN, EINVAL */ #include /* for error(3gnu) */ #include /* for abs(), shutdown(), SHUT_RD, SHUT_WR, SHUT_RDWR */ @@ -20,6 +19,7 @@ #include /* for siginfo_t, struct sigaction, enum sigval, sigaction(), SA_SIGINFO */ #include +#include #include #include -- cgit v1.2.3-2-g168b