diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-29 21:03:04 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-29 21:03:04 -0600 |
commit | 26361be59c08917c47718bcd4114b8028aaf7810 (patch) | |
tree | b05dfad7baa755da4592a3d47412f1e062560a5e /libhw/host_net.c | |
parent | 3c3e9e2c62ad9a83ab9b0e1255204d57894c20ff (diff) |
libhw: Tidy
Diffstat (limited to 'libhw/host_net.c')
-rw-r--r-- | libhw/host_net.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhw/host_net.c b/libhw/host_net.c index 9d1ffcf..20b72f1 100644 --- a/libhw/host_net.c +++ b/libhw/host_net.c @@ -27,7 +27,7 @@ #define IMPLEMENTATION_FOR_LIBHW_HOST_NET_H YES #include <libhw/host_net.h> -#include "host_sigrt.h" /* for host_sigrt_alloc(), ns_to_host_us_time() */ +#include "host_util.h" /* for host_sigrt_alloc(), ns_to_host_us_time() */ /* common *********************************************************************/ |