configs: atmel: at91sam9260eknf: update defconfig
[buildroot-gz.git] / package / erlang-p1-sip / 0001-fix-includes.patch
blob80e2ab36c2aca2e1e0328ff86b38027bcff19a8d
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>
7 Index: erlang-p1-sip/src/esip_socket.erl
8 ===================================================================
9 --- erlang-p1-sip.orig/src/esip_socket.erl
10 +++ erlang-p1-sip/src/esip_socket.erl
11 @@ -22,7 +22,7 @@
13 -include("esip.hrl").
14 -include("esip_lib.hrl").
15 --include("stun.hrl").
16 +-include_lib("p1_stun/include/stun.hrl").
18 -define(TCP_SEND_TIMEOUT, 15000).
19 -define(CONNECT_TIMEOUT, 20000).