summaryrefslogtreecommitdiff
path: root/security/portscanner/files/patch-ab
blob: d1656f1d1a759dd879222b48b86a0d84504f3e67 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- portscanner.c.orig	Wed Aug 19 10:37:44 1998
+++ portscanner.c	Sun Jul  7 13:16:39 2002
@@ -25,8 +25,8 @@
 /***********************************************************/
 
 #include <stdio.h>
-#include <sys/socket.h>
 #include <sys/types.h>
+#include <sys/socket.h>
 #include <netinet/in.h>
 #include <unistd.h>
 #include <netdb.h>