mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-13 06:23:45 -04:00
16 lines
391 B
Plaintext
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>
|