diff options
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" |