summaryrefslogtreecommitdiff
path: root/net/nocol/patches/patch-netconsole_utils_c
blob: f0ed4212290ae11eb9cebf5bf3750a05c4d0e49a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-netconsole_utils_c,v 1.2 2016/03/13 09:06:01 dholland Exp $

Use standard headers.

--- netconsole/utils.c.orig	2000-01-19 03:51:20.000000000 +0000
+++ netconsole/utils.c
@@ -16,4 +16,7 @@
 #endif
 
+#include <stdlib.h>
+#include <string.h>
+
 #include  "netconsole.h"