Merge pull request #1677 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-11607-Fix-Windows-regression to master
* commit '3d7bc78dfac29aa9b5f5ef1a0ba229a0714fb5f9': FS-11607: [mod_sofia] Fix Windows build regression by adding missing sofia_json_api.c to the build.
This commit is contained in:
commit
cb86e014a4
|
@ -167,6 +167,7 @@
|
|||
<ClCompile Include="sip-dig.c" />
|
||||
<ClCompile Include="sofia.c" />
|
||||
<ClCompile Include="sofia_glue.c" />
|
||||
<ClCompile Include="sofia_json_api.c" />
|
||||
<ClCompile Include="sofia_media.c" />
|
||||
<ClCompile Include="sofia_presence.c" />
|
||||
<ClCompile Include="sofia_reg.c" />
|
||||
|
|
Loading…
Reference in New Issue