diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2002-10-11 09:57:26 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2002-10-11 09:57:26 +0000 |
commit | 3df4fee44594b671cff19f6cb61f68974a28fe86 (patch) | |
tree | a72803d73bb160afc90f3d3c6e34f5ee942bcdf0 /net/openh323proxy/files/patch-CallThread.cxx | |
parent | fix portlint warning (diff) |
Upgrade to the latest version
Notes
Notes:
svn path=/head/; revision=67809
Diffstat (limited to 'net/openh323proxy/files/patch-CallThread.cxx')
-rw-r--r-- | net/openh323proxy/files/patch-CallThread.cxx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/openh323proxy/files/patch-CallThread.cxx b/net/openh323proxy/files/patch-CallThread.cxx new file mode 100644 index 000000000000..9d89e18e4928 --- /dev/null +++ b/net/openh323proxy/files/patch-CallThread.cxx @@ -0,0 +1,12 @@ +*** CallThread.cxx.orig Fri Oct 11 10:50:05 2002 +--- CallThread.cxx Fri Oct 11 10:50:19 2002 +*************** +*** 85,90 **** +--- 85,91 ---- + #include <ptlib/svcproc.h> + #include <q931.h> + #include <h245.h> ++ #include <h323.h> + #include "Log.h" + #include "CallTabl.h" + #include "EndpointTabl.h" |