aboutsummaryrefslogtreecommitdiff
path: root/lib/nwos.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/nwos.c')
-rw-r--r--lib/nwos.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/nwos.c b/lib/nwos.c
index f1cf194df..22720a5b4 100644
--- a/lib/nwos.c
+++ b/lib/nwos.c
@@ -43,6 +43,9 @@ int netware_init ( void )
/* Make the CLIB Ctx stuff link */
#include <netdb.h>
NETDB_DEFINE_CONTEXT
+/* Make the CLIB Inet stuff link */
+#include <arpa/inet.h>
+NETINET_DEFINE_CONTEXT
int netware_init ( void )
{