diff options
Diffstat (limited to 'net/asterisk-oh323/files/patch-wrapper::asteriskaudio.cxx')
-rw-r--r-- | net/asterisk-oh323/files/patch-wrapper::asteriskaudio.cxx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/asterisk-oh323/files/patch-wrapper::asteriskaudio.cxx b/net/asterisk-oh323/files/patch-wrapper::asteriskaudio.cxx new file mode 100644 index 000000000000..ae87418a4bd0 --- /dev/null +++ b/net/asterisk-oh323/files/patch-wrapper::asteriskaudio.cxx @@ -0,0 +1,10 @@ +--- wrapper/asteriskaudio.cxx.orig 2008-03-20 17:26:57.000000000 +0200 ++++ wrapper/asteriskaudio.cxx 2008-03-20 17:30:38.000000000 +0200 +@@ -29,6 +29,7 @@ + */ + + #include <ptlib.h> ++#include <ptlib/sound.h> + #include <sys/time.h> + #include <rtp.h> + |