blob: 4f352cf43f792bd455b9607e9bebfddea9ba3380 (
plain)
1
2
3
4
5
6
7
8
9
10
|
$NetBSD: patch-ak,v 1.2 1998/08/07 10:36:46 agc Exp $
--- common/atparse.c.orig Thu Jun 18 16:48:18 1998
+++ common/atparse.c Thu Jun 18 16:48:50 1998
@@ -47,2 +47,5 @@
#include <ctype.h>
+#ifdef __NetBSD__
+#include <stdlib.h>
+#endif
|