mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
a2004a3739
PR: 18055 Submitted by: Kostya Lukin <lukin@sapa.ivcme.elektra.ru>
14 lines
271 B
Plaintext
14 lines
271 B
Plaintext
--- src/adns.h.orig Thu Mar 2 04:34:04 2000
|
|
+++ src/adns.h Mon Apr 17 17:18:36 2000
|
|
@@ -62,9 +62,9 @@
|
|
|
|
#include <stdio.h>
|
|
|
|
+#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
#include <netinet/in.h>
|
|
-#include <sys/types.h>
|
|
#include <sys/time.h>
|
|
#include <unistd.h>
|
|
|