]> git.pld-linux.org Git - packages/ccrtp.git/blob - ccrtp-gcc4.patch
- build fix (include config.h for __EXPORT def).
[packages/ccrtp.git] / ccrtp-gcc4.patch
1 --- ccrtp-1.3.7/src/ccrtp/queuebase.h.orig      2005-02-06 23:19:57.000000000 +0100
2 +++ ccrtp-1.3.7/src/ccrtp/queuebase.h   2006-04-25 21:36:00.000000000 +0200
3 @@ -44,6 +44,7 @@
4  #ifndef        CCXX_RTP_QUEUEBASE_H_
5  #define CCXX_RTP_QUEUEBASE_H_
6  
7 +#include <cc++/config.h>
8  #include <cc++/pointer.h>
9  #include <ccrtp/rtppkt.h>
10  #include <ccrtp/sources.h>
This page took 0.033375 seconds and 4 git commands to generate.