15 lines
300 B
Text
15 lines
300 B
Text
$NetBSD: patch-ac,v 1.2 2007/10/28 04:16:15 obache Exp $
|
|
|
|
--- argparse.c.orig 2005-04-06 23:43:29.000000000 +0000
|
|
+++ argparse.c
|
|
@@ -50,6 +50,10 @@ int Aflag = 0, Fflag = 0, Iflag = 0, Nfl
|
|
*/
|
|
int SigsPerLine = 16;
|
|
|
|
+#ifdef __STDC__
|
|
+#include <stdlib.h>
|
|
+#endif
|
|
+
|
|
/*
|
|
* ArgParse(argc, argv)
|
|
*
|