Files
pkgsrc-ng/net/rp-l2tp/patches/patch-aa
2013-09-26 17:14:40 +02:00

14 lines
324 B
Plaintext

$NetBSD: patch-aa,v 1.1.1.1 2003/12/18 16:39:18 agc Exp $
--- peer.c 2003/12/17 22:51:14 1.1
+++ peer.c 2003/12/17 22:52:35
@@ -20,6 +20,8 @@
#include <stddef.h>
#include <string.h>
+#include <sys/socket.h>
+
static hash_table all_peers;
static int peer_process_option(EventSelector *es,
char const *name,