$OpenBSD: patch-src_resolve_c,v 1.1 2012/01/17 17:30:33 sthen Exp $
--- src/resolve.c.orig	Sat May 28 16:47:15 2011
+++ src/resolve.c	Mon Sep 26 20:42:59 2011
@@ -20,8 +20,9 @@
 
 #include "config.h"
 
-#include <arpa/inet.h>
+#include <sys/types.h>
 #include <netinet/in.h>
+#include <arpa/inet.h>
 
 #include <arpa/nameser.h>
 #ifdef __APPLE__
