1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/net/adns/files/patch-ac
Michael Haro a2004a3739 change header file order
PR:		18055
Submitted by:	Kostya Lukin <lukin@sapa.ivcme.elektra.ru>
2000-04-17 23:30:55 +00:00

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>