summaryrefslogtreecommitdiff
path: root/sysutils/skill/patches/patch-ac
blob: c0715d64823b8bed595aceb4e5c253c6a20e500a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.1 2007/10/27 02:52:23 obache Exp $

--- argparse.c.orig	2005-04-06 23:43:29.000000000 +0000
+++ argparse.c
@@ -30,5 +30,8 @@ #undef	NO_AEXTERN
 
 #include <stdio.h>
+#ifdef __STDC__
+#include <stdlib.h>
+#endif
 #include <ctype.h>
 #include <pwd.h>