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

15 lines
365 B
Plaintext

$NetBSD: patch-etherload_util_c,v 1.1 2012/09/09 19:35:20 dholland Exp $
Use standard headers.
--- etherload/util.c~ 1997-10-19 02:02:31.000000000 +0000
+++ etherload/util.c
@@ -43,6 +43,7 @@ static char *RCSid = "$Header: /home/vik
#include <curses.h>
#include <stdio.h>
#include <string.h>
+#include <stdlib.h>
#include <unistd.h>
#include "etherload.h"