aboutsummaryrefslogtreecommitdiffstats
path: root/lib/diameter/examples/code/client.erl
diff options
context:
space:
mode:
authorAnders Svensson <[email protected]>2012-03-12 10:31:42 +0100
committerAnders Svensson <[email protected]>2012-03-26 12:34:24 +0200
commit74ba63f10fd15385882f27877671d2d6714a0a20 (patch)
tree4bb35cdbfa84355b212b16ae5650f9ed879a80c5 /lib/diameter/examples/code/client.erl
parentd6dbbe0031ea151ec14dae644d0a7436d0490b48 (diff)
downloadotp-74ba63f10fd15385882f27877671d2d6714a0a20.tar.gz
otp-74ba63f10fd15385882f27877671d2d6714a0a20.tar.bz2
otp-74ba63f10fd15385882f27877671d2d6714a0a20.zip
Update include paths in example code
Paths changed as a consequence of OTP-9638. Don't use paths under src however, assume an installation.
Diffstat (limited to 'lib/diameter/examples/code/client.erl')
-rw-r--r--lib/diameter/examples/code/client.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/diameter/examples/code/client.erl b/lib/diameter/examples/code/client.erl
index 9e65f98de0..bfe71b0e56 100644
--- a/lib/diameter/examples/code/client.erl
+++ b/lib/diameter/examples/code/client.erl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2010-2011. All Rights Reserved.
+%% Copyright Ericsson AB 2010-2012. All Rights Reserved.
%%
%% The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
@@ -38,7 +38,7 @@
-module(client).
-include_lib("diameter/include/diameter.hrl").
--include_lib("diameter/src/app/diameter_gen_base_rfc3588.hrl").
+-include_lib("diameter/include/diameter_gen_base_rfc3588.hrl").
-export([start/1, %% start a service
connect/2, %% add a connecting transport