0001-correct-include.patch 893 B

12345678910111213141516171819202122232425262728293031
  1. From 5ad4f871df7cbbc973708cb7380c3410b20bde1c Mon Sep 17 00:00:00 2001
  2. From: Philipp Huebner <debalance@debian.org>
  3. Date: Tue, 1 Dec 2020 23:07:51 +0100
  4. Subject: [PATCH] correct include
  5. This part of the code was moved into it's own project and was packaged
  6. separately by me. To make the build process work, this small fix is
  7. necessary.
  8. Author: Philipp Huebner <debalance@debian.org>
  9. Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
  10. ---
  11. src/esip_socket.erl | 2 +-
  12. 1 file changed, 1 insertion(+), 1 deletion(-)
  13. diff --git a/src/esip_socket.erl b/src/esip_socket.erl
  14. index 4154faa..db5fa92 100644
  15. --- a/src/esip_socket.erl
  16. +++ b/src/esip_socket.erl
  17. @@ -37,7 +37,7 @@
  18. -include("esip.hrl").
  19. -include("esip_lib.hrl").
  20. --include_lib("stun/include/stun.hrl").
  21. +-include_lib("p1_stun/include/stun.hrl").
  22. -define(TCP_SEND_TIMEOUT, 15000).
  23. -define(CONNECT_TIMEOUT, 20000).
  24. --
  25. 2.28.0