summaryrefslogtreecommitdiff
path: root/mail/spruce/files/patch-ab
blob: 3ac7be1dc3a75405f606c1c02cd62df20198fd27 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- server.h.orig	Sun May 21 14:33:13 2000
+++ server.h	Sun May 21 14:33:30 2000
@@ -26,11 +26,11 @@
 #include <sys/types.h>
 #include <sys/socket.h>
 /*#include <sys/param.h>*/
+#include <netinet/in.h>
 #ifdef __unix__
 #include <arpa/inet.h>
 #endif
 #include <netdb.h>
-#include <netinet/in.h>
 #include <unistd.h>
 #include <string.h>
 #include <stdlib.h>