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

16 lines
348 B
Plaintext

$NetBSD: patch-lib_misc_c,v 1.1 2012/09/09 19:35:21 dholland Exp $
Use standard headers.
--- lib/misc.c~ 1999-11-05 22:34:12.000000000 +0000
+++ lib/misc.c
@@ -49,6 +49,8 @@
#include "nocol.h"
#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
#include <signal.h> /* signal numbers */
#include <sys/file.h>
#include <errno.h>