mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
16 lines
351 B
Plaintext
16 lines
351 B
Plaintext
$NetBSD: patch-netplayd_netplayd_c,v 1.1 2012/04/13 04:43:23 dholland Exp $
|
|
|
|
- use standard headers
|
|
|
|
--- netplayd/netplayd.c~ 1996-10-22 23:05:00.000000000 +0000
|
|
+++ netplayd/netplayd.c
|
|
@@ -2,6 +2,8 @@
|
|
/* Here we go... */
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
+#include <string.h>
|
|
#include <signal.h>
|
|
#include <errno.h>
|
|
#include <sys/time.h>
|