mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-13 06:23:45 -04:00
16 lines
324 B
Plaintext
16 lines
324 B
Plaintext
$NetBSD: patch-ab,v 1.7 2007/01/23 12:56:41 dmcmahill Exp $
|
|
|
|
Needed for getenv() prototype.
|
|
|
|
--- lib/MessageReporter.cxx.orig 2005-07-21 10:05:17.000000000 -0400
|
|
+++ lib/MessageReporter.cxx
|
|
@@ -13,7 +13,7 @@
|
|
#include "macros.h"
|
|
|
|
#include <string.h>
|
|
-
|
|
+#include <stdlib.h>
|
|
|
|
#ifdef SP_NAMESPACE
|
|
namespace SP_NAMESPACE {
|