14f37cfe76
compilers.
15 lines
324 B
Text
15 lines
324 B
Text
$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 {
|