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