mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fix build with clang
PR: ports/184360 Submitted by: amdmi3 Approved by: Frank Altpeter <frank@altpeter.de> (maintainer)
This commit is contained in:
parent
08530c0ab4
commit
c823e38752
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335213
1 changed files with 11 additions and 0 deletions
|
@ -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;
|
Loading…
Add table
Reference in a new issue