Skip to content

Commit

Permalink
Fix include_lib to improve workage when embedding socketio in a release
Browse files Browse the repository at this point in the history
  • Loading branch information
sbalea committed Sep 13, 2011
1 parent aa296c2 commit 7a9edd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/socketio_listener.erl
@@ -1,7 +1,7 @@
-module(socketio_listener).
-behaviour(gen_server).

-include_lib("ex_uri.hrl").
-include_lib("ex_uri/include/ex_uri.hrl").

%% API
-export([start/1, server/1]).
Expand Down

0 comments on commit 7a9edd8

Please sign in to comment.