blob: faf1fd5c0be04a0fc3c873ce448187758d413575 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ab,v 1.1 2004/02/10 09:17:22 grant Exp $
--- tcpd.h.orig 2000-08-22 03:59:52.000000000 +1000
+++ tcpd.h
@@ -8,6 +8,7 @@
#define STRING_LENGTH 128 /* hosts, users, processes */
+#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
|