Skip to content
Snippets Groups Projects
Commit 3a23c912 authored by Adrien Béraud's avatar Adrien Béraud Committed by Tristan Matthews
Browse files

pjsip: compile with IPv6 support

Issue: #46177
Change-Id: I6b8fe5ffae2e09237619a26690460d64a3313825
parent f3e7d828
No related branches found
No related tags found
No related merge requests found
...@@ -549,7 +549,7 @@ ...@@ -549,7 +549,7 @@
* Default: 0 (disabled, for now) * Default: 0 (disabled, for now)
*/ */
#ifndef PJ_HAS_IPV6 #ifndef PJ_HAS_IPV6
# define PJ_HAS_IPV6 0 # define PJ_HAS_IPV6 1
#endif #endif
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment