mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-16 07:47:12 -04:00
13 lines
322 B
C++
13 lines
322 B
C++
$NetBSD: patch-argparse.cpp,v 1.1 2011/11/22 18:04:58 joerg Exp $
|
|
|
|
--- argparse.cpp.orig 2011-11-22 17:30:01.000000000 +0000
|
|
+++ argparse.cpp
|
|
@@ -16,6 +16,7 @@
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
*/
|
|
|
|
+#include <stdlib.h>
|
|
#include "argparse.h"
|
|
#include <map>
|
|
#include <list>
|