mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@113020 d073be05-634f-4543-b044-5fe20cf6d1d6
14 lines
351 B
Diff
14 lines
351 B
Diff
--- src/compat.hh.orig 2005-07-02 12:21:35.000000000 -0500
|
|
+++ src/compat.hh 2013-11-06 18:24:38.000000000 -0600
|
|
@@ -27,6 +27,10 @@
|
|
#if WINDOWS
|
|
# include <windows.h>
|
|
#endif
|
|
+
|
|
+#if HAVE_SETENV
|
|
+# include <stdlib.h>
|
|
+#endif
|
|
//______________________________________________________________________
|
|
|
|
// No operator<< for uint64, so define our own
|