blob: 5410d5ee71f6003957da1639a845483d3f07f55d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-as,v 1.1 2007/10/10 16:53:59 rillig Exp $
--- outgoing/mpoold.c.orig 1996-04-30 07:02:48.000000000 +0000
+++ outgoing/mpoold.c 2007-10-10 16:50:14.000000000 +0000
@@ -52,6 +52,8 @@ static char copyright[] =
#include <netdb.h>
#include <netinet/in.h>
#include <sys/socket.h>
+#include <stdio.h>
+#include <stdlib.h>
static void usage PROTO ((void));
|