diff options
author | Daniel Black <dragonheart@gentoo.org> | 2008-05-10 10:03:57 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2008-05-10 10:03:57 +0000 |
commit | 07283a5d8edfde0f720b008c5b5c4de1de1a415d (patch) | |
tree | 841ea7946b5597f22b3b6977657c4ac0dbaef475 /net-libs/ccrtp/files | |
parent | arm/s390/sh stable (diff) | |
download | gentoo-2-07283a5d8edfde0f720b008c5b5c4de1de1a415d.tar.gz gentoo-2-07283a5d8edfde0f720b008c5b5c4de1de1a415d.tar.bz2 gentoo-2-07283a5d8edfde0f720b008c5b5c4de1de1a415d.zip |
forgotten commit
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-libs/ccrtp/files')
-rw-r--r-- | net-libs/ccrtp/files/ccrtp-stdlib.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-libs/ccrtp/files/ccrtp-stdlib.patch b/net-libs/ccrtp/files/ccrtp-stdlib.patch new file mode 100644 index 000000000000..074a30f8f044 --- /dev/null +++ b/net-libs/ccrtp/files/ccrtp-stdlib.patch @@ -0,0 +1,10 @@ +--- src/control.cpp.orig 2008-05-01 23:14:09.000000000 +1000 ++++ src/control.cpp 2008-05-01 23:14:21.000000000 +1000 +@@ -43,6 +43,7 @@ + + #include "private.h" + #include <ccrtp/cqueue.h> ++#include <stdlib.h> + + #ifdef CCXX_NAMESPACES + namespace ost { |