--- src/dhcp-local.h.dist	2003-07-09 14:26:53.000000000 +0200
+++ src/dhcp-local.h	2003-07-09 14:30:19.000000000 +0200
@@ -107,6 +107,10 @@
 #define INADDR_NONE -1
 #endif /* INADDR_NONE */
 
+#ifdef NEED_IN_ADDR_T
+typedef unsigned long in_addr_t;
+#endif
+
 /* Some operating systems don't have SCNu8/SCNd8 but will have
  * the other C99 format macros.  I guess they expect us just to
  * use normal character substitution.  So we will. Otherwise
