Files
pkgsrc-ng/net/nocol/patches/patch-netconsole_utils_c
2013-09-26 17:14:40 +02:00

14 lines
261 B
Plaintext

$NetBSD: patch-netconsole_utils_c,v 1.1 2012/09/09 19:35:21 dholland Exp $
Use standard headers.
--- netconsole/utils.c~ 2000-01-19 03:51:20.000000000 +0000
+++ netconsole/utils.c
@@ -16,4 +16,6 @@
#endif
+#include <stdlib.h>
+
#include "netconsole.h"