blob: d9170ef9621a65b4758e26983215120f1843c8e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-aa,v 1.1 2005/11/03 17:11:34 tv Exp $
--- jumpgate.h.orig 2002-11-29 16:00:12.000000000 -0500
+++ jumpgate.h
@@ -17,6 +17,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/socket.h>
+#include <sys/time.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
|