Various minor portability fixes.
[fwd] / addr.h
diff --git a/addr.h b/addr.h
index 411d0a7..cc5b790 100644 (file)
--- a/addr.h
+++ b/addr.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: addr.h,v 1.1 1999/07/26 23:34:26 mdw Exp $
+ * $Id: addr.h,v 1.2 1999/07/27 18:30:53 mdw Exp $
  *
  * Generic interface to network address handlers
  *
@@ -29,6 +29,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: addr.h,v $
+ * Revision 1.2  1999/07/27 18:30:53  mdw
+ * Various minor portability fixes.
+ *
  * Revision 1.1  1999/07/26 23:34:26  mdw
  * Socket address type management.
  *
@@ -43,6 +46,7 @@
 
 /*----- Header files ------------------------------------------------------*/
 
+#include <sys/types.h>
 #include <sys/socket.h>
 
 #include <mLib/dstr.h>