diff options
author | joerg <joerg@pkgsrc.org> | 2013-05-06 15:04:54 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-05-06 15:04:54 +0000 |
commit | e770f6758a33d818ce7969205804e4e310ed6259 (patch) | |
tree | 3c5791d8c49181682b115b78f2a23260140d4dde /chat/centerim/patches | |
parent | 9b1c17e86f9fd8d3f632a711732d226634e1fc43 (diff) | |
download | pkgsrc-e770f6758a33d818ce7969205804e4e310ed6259.tar.gz |
Add missing includes.
Diffstat (limited to 'chat/centerim/patches')
-rw-r--r-- | chat/centerim/patches/patch-libicq2000_src_ContactTree.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chat/centerim/patches/patch-libicq2000_src_ContactTree.cpp b/chat/centerim/patches/patch-libicq2000_src_ContactTree.cpp new file mode 100644 index 00000000000..2a949bdd71d --- /dev/null +++ b/chat/centerim/patches/patch-libicq2000_src_ContactTree.cpp @@ -0,0 +1,12 @@ +$NetBSD: patch-libicq2000_src_ContactTree.cpp,v 1.1 2013/05/06 15:04:55 joerg Exp $ + +--- libicq2000/src/ContactTree.cpp.orig 2013-05-04 14:35:03.000000000 +0000 ++++ libicq2000/src/ContactTree.cpp +@@ -21,6 +21,7 @@ + + #include "ContactTree.h" + #include "events.h" ++#include <cstdlib> + + namespace ICQ2000 { + |