pkgsrc-ng/games/maelstrom-x11/patches/patch-netplayd_netplayd_c
2013-09-26 17:14:40 +02:00

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>