- Fix build with clang

PR:		ports/184360
Submitted by:	amdmi3
Approved by:	Frank Altpeter <frank@altpeter.de> (maintainer)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-11-29 19:11:55 +00:00
parent 08530c0ab4
commit c823e38752
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335213

View file

@ -0,0 +1,11 @@
--- libicq2000/src/ContactTree.cpp.orig 2011-05-23 01:06:31.000000000 +0400
+++ libicq2000/src/ContactTree.cpp 2013-11-28 19:19:57.334970339 +0400
@@ -22,6 +22,8 @@
#include "ContactTree.h"
#include "events.h"
+#include <cstdlib>
+
namespace ICQ2000 {
using std::string;