diff -ur !WimpCLib.c.dnslib !WimpCLib.c.dnslib
--- !WimpCLib.c.dnslib	2001-03-31 15:55:47.0 +0000
+++ !WimpCLib.c.dnslib	2003-02-20 23:02:30.0 +0000
@@ -12,6 +12,8 @@
 
 #include "swis.h"
 
+#include "sys/types.h"
+#include "netinet/in.h"
 #include "arpa/inet.h" /* inet_aton */
 #include "netdb.h" /* gethostname */
 #include "sys/errno.h"
diff -ur !WimpCLib.Makefile !WimpCLib.Makefile
--- !WimpCLib.Makefile	2001-03-11 16:48:27.0 +0000
+++ !WimpCLib.Makefile	2003-02-20 23:04:08.0 +0000
@@ -2,7 +2,7 @@
 
 
 # Toolflags:
-CCflags = -c -depend !Depend -IC:,netlib: -throwback -ffah 
+CCflags = -c -depend !Depend -IC:,TCPIPLibs: -throwback -ffah 
 C++flags = -c -depend !Depend -IC: -throwback
 Linkflags = -aif -c++ -o $@
 ObjAsmflags = -throwback -NoCache -depend !Depend
