pkgsrc/net/nocol/patches/patch-netconsole_netconsole_c
2016-03-13 09:06:01 +00:00

16 lines
344 B
Text

$NetBSD: patch-netconsole_netconsole_c,v 1.2 2016/03/13 09:06:01 dholland Exp $
Use standard headers.
--- netconsole/netconsole.c.orig 1999-11-01 05:39:53.000000000 +0000
+++ netconsole/netconsole.c
@@ -79,6 +79,9 @@
** INCLUDES
*/
+#include <stdlib.h>
+#include <string.h>
+
#include "netconsole.h" /* application specific */
/*