0001-fix-includes.patch 627 B

12345678910111213141516171819
  1. Description: correct include
  2. This part of the code was moved into it's own project and was packaged
  3. separately by me. To make the build process work, this small fix is
  4. necessary.
  5. Author: Philipp Huebner <debalance@debian.org>
  6. Index: erlang-p1-sip/src/esip_socket.erl
  7. ===================================================================
  8. --- erlang-p1-sip.orig/src/esip_socket.erl
  9. +++ erlang-p1-sip/src/esip_socket.erl
  10. @@ -22,7 +22,7 @@
  11. -include("esip.hrl").
  12. -include("esip_lib.hrl").
  13. --include("stun.hrl").
  14. +-include_lib("p1_stun/include/stun.hrl").
  15. -define(TCP_SEND_TIMEOUT, 15000).
  16. -define(CONNECT_TIMEOUT, 20000).