mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
13 lines
291 B
Plaintext
13 lines
291 B
Plaintext
$NetBSD: patch-ae,v 1.1 2003/12/28 15:40:14 zuntum Exp $
|
|
|
|
--- util/CommandArgs.h.orig 2001-07-10 19:11:47.000000000 +0200
|
|
+++ util/CommandArgs.h
|
|
@@ -2,6 +2,7 @@
|
|
#define CRASH_COMMANDARGS
|
|
|
|
#include <stdexcept>
|
|
+#include <cassert>
|
|
#include <string>
|
|
#include <vector>
|
|
#include <iostream>
|