diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-29 01:02:02 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-29 01:40:02 -0600 |
commit | 7ff738390e55d57a0f513c467a9da3b08c6902ab (patch) | |
tree | 384bd03462a9790c9c747b895cf5de0677659db7 /libhw/host_net.c | |
parent | affe77a2b068a9de236f0d7703092dbfafacff5e (diff) |
Add a way to make private object members
Diffstat (limited to 'libhw/host_net.c')
-rw-r--r-- | libhw/host_net.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libhw/host_net.c b/libhw/host_net.c index 1563ced..904019a 100644 --- a/libhw/host_net.c +++ b/libhw/host_net.c @@ -23,6 +23,8 @@ #include <libmisc/vcall.h> #include <libhw/generic/bootclock.h> + +#define IMPLEMENTATION_FOR_LIBHW_HOST_NET_H YES #include <libhw/host_net.h> /* common *********************************************************************/ |