mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-13 06:23:45 -04:00
14 lines
340 B
Plaintext
14 lines
340 B
Plaintext
$NetBSD: patch-aa,v 1.1.1.1 2008/03/12 10:16:05 wiz Exp $
|
|
|
|
--- cvsclone.l.orig 2006-03-30 14:12:28.000000000 +0200
|
|
+++ cvsclone.l
|
|
@@ -92,6 +92,8 @@
|
|
#include <sys/stat.h>
|
|
#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
+#include <netinet/in.h>
|
|
+/* #include <arpa/nameser.h> */
|
|
#include <netdb.h>
|
|
#include <resolv.h>
|
|
#include <unistd.h>
|