$OpenBSD: patch-src_crypt_c,v 1.1.1.1 2011/04/03 12:04:47 dcoppa Exp $
--- src/crypt.c.orig	Sat Feb 13 16:36:54 2010
+++ src/crypt.c	Wed Dec 22 16:34:59 2010
@@ -39,6 +39,8 @@
  */
 
 #include <string.h>
+#include <sys/types.h>
+#include <netinet/in.h>
 #include <arpa/inet.h>
 #include "crypt.h"
 
