Various minor portability fixes.
[fwd] / identify.h
index b7fe1bc..69acb61 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: identify.h,v 1.2 1999/07/26 23:26:21 mdw Exp $
+ * $Id: identify.h,v 1.3 1999/07/27 18:30:53 mdw Exp $
  *
  * Identifies and logs the client of a connection
  *
@@ -29,6 +29,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: identify.h,v $
+ * Revision 1.3  1999/07/27 18:30:53  mdw
+ * Various minor portability fixes.
+ *
  * Revision 1.2  1999/07/26 23:26:21  mdw
  * Minor modifications for new design.
  *
@@ -46,6 +49,7 @@
 
 /*----- Header files ------------------------------------------------------*/
 
+#include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>