2013-09-26 17:14:40 +02:00

16 lines
391 B
Plaintext

$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>