$OpenBSD: patch-corkscrew_c,v 1.3 2012/08/07 10:18:47 naddy Exp $
--- corkscrew.c.orig	Thu Aug 23 20:27:32 2001
+++ corkscrew.c	Mon Aug  6 22:36:40 2012
@@ -1,4 +1,6 @@
-#include "config.h"
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <sys/time.h>
 #include <arpa/inet.h>
 #include <errno.h>
 #include <fcntl.h>
@@ -7,10 +9,9 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <sys/socket.h>
-#include <sys/time.h>
-#include <sys/types.h>
 #include <unistd.h>
+
+#include "config.h"
 
 #if HAVE_SYS_FILIO_H
 #include <sys/filio.h>
