aboutsummaryrefslogtreecommitdiffstats
path: root/www/tinyproxy/files/patch-aa
blob: de8916332f749c0d36610425171dead9b08ba9b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- src/dnscache.c.dist	Thu Mar 30 01:18:05 2000
+++ src/dnscache.c	Fri Apr  7 19:59:54 2000
@@ -28,12 +28,12 @@
 #include <string.h>
 #include <netdb.h>
 #include <time.h>
+#include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
 #include <assert.h>
 #include <ctype.h>
-#include <sys/types.h>
 
 #include "utils.h"
 #include "dnscache.h"