1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-26 04:27:25 +00:00

Added check for PTLib version, can't be too old.

This commit is contained in:
Robert Jongbloed 2012-08-27 11:46:55 +10:00 committed by Ken Rice
parent 648297aa27
commit b2b63b0878

@ -32,6 +32,11 @@
#endif
#include <ptlib.h>
#if !defined(PTLIB_CHECK_VERSION)
#error PTLib is too old to use, must be >= 2.10.6
#endif
#include <opal/manager.h>
#include <opal/localep.h>
#include <h323/h323ep.h>