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@115213 d073be05-634f-4543-b044-5fe20cf6d1d6
11 lines
241 B
Diff
11 lines
241 B
Diff
--- src/utils.cpp.orig 2007-07-30 17:57:42.000000000 +0900
|
|
+++ src/utils.cpp 2013-12-28 18:27:05.000000000 +0900
|
|
@@ -22,6 +22,7 @@
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <string>
|
|
#include <map>
|
|
#include "strtokenizer.h"
|