summaryrefslogtreecommitdiff
path: root/pjsip/include/pjsip.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip/include/pjsip.h')
-rw-r--r--pjsip/include/pjsip.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pjsip/include/pjsip.h b/pjsip/include/pjsip.h
index 8da2d64c..ff6af220 100644
--- a/pjsip/include/pjsip.h
+++ b/pjsip/include/pjsip.h
@@ -40,6 +40,9 @@
#include <pjsip/sip_transport_udp.h>
#include <pjsip/sip_transport_loop.h>
#include <pjsip/sip_transport_tcp.h>
+#if defined(PJSIP_HAS_TLS_TRANSPORT) && PJSIP_HAS_TLS_TRANSPORT!=0
+# include <pjsip/sip_transport_tls.h>
+#endif
#include <pjsip/sip_resolve.h>
/* Authentication. */