blob: b171cda31c336a450e635c0ac1db4cb6135ade2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ad,v 1.2 2005/12/13 21:30:11 joerg Exp $
--- src/ipcf.h.orig 2000-03-15 22:13:28.000000000 +0000
+++ src/ipcf.h
@@ -1,6 +1,8 @@
/* Copyright (c) 1988 Carrick Sean Casey. All rights reserved. */
/* For copying and distribution information, see the file "copyright.h." */
+#include <sys/types.h> /* fd_set etc. */
+
#define USER_BUF_SIZE 1024
/* packet input buffer */
|