diff options
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 *********************************************************************/ |