blob: a93446030a34ae92340afc6e722206a975023c27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$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 {
|