mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 19:20:36 -04:00
- Support staging - Use new LIB_DEPENDS syntax - Convert USE_GMAKE to USES - Use new OPTIONS features - Enable options by default as centerim-devel does PR: 185982 Submitted by: amdmi3 Approved by: maintainer timeout
11 lines
247 B
C++
11 lines
247 B
C++
--- libicq2000/src/ContactTree.cpp.orig 2010-10-26 21:19:06.000000000 +0400
|
|
+++ libicq2000/src/ContactTree.cpp 2014-01-21 07:26:17.940860269 +0400
|
|
@@ -19,6 +19,8 @@
|
|
*
|
|
*/
|
|
|
|
+#include <cstdlib>
|
|
+
|
|
#include "ContactTree.h"
|
|
#include "events.h"
|
|
|