1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/www/tinyproxy/files/patch-aa
Will Andrews 07af0dafe6 Update to tinyproxy 1.3.3.
PR:		18203
Submitted by:	maintainer
2000-04-25 04:48:53 +00:00

17 lines
381 B
Plaintext

--- 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"