mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
07af0dafe6
PR: 18203 Submitted by: maintainer
17 lines
381 B
Plaintext
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"
|