processone / stun

STUN and TURN library for Erlang / Elixir
http://www.ejabberd.im
Apache License 2.0
244 stars 61 forks source link

change type dict() to dict:dict() to fix compilation error. #4

Closed wcy123 closed 9 years ago

wcy123 commented 9 years ago

Hi,

I am using Erlang/OTP 18, and I've got a compilation error as below.

src/turn.erl:69: type dict() undefined

I replace dict() with dict:dict(), then the errors are gone.

Best Regards Wang Chunye(wcy123)