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

17 lines
381 B
Plaintext
Raw Normal View History

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