blob: 3d2731db62115eca11d8c5964736c1caded50f1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ak,v 1.2 2003/12/19 19:15:06 agc Exp $
--- src/clientserve.c.orig Wed Mar 15 17:13:28 2000
+++ src/clientserve.c
@@ -1,8 +1,10 @@
/* Copyright (c) 1989 Carrick Sean Casey. All rights reserved. */
#include <stdio.h>
+#include <stdlib.h>
#include <setjmp.h>
#include <signal.h>
+#include <string.h>
#include <sys/types.h>
#include <sys/time.h>
#include <sys/socket.h>
|