Browse Source

fix includes

Maxim Sokhatsky 12 years ago
parent
commit
e2dc9d673a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/kvs_comment.erl
  2. 1 1
      src/map_reduce.erl

+ 1 - 1
src/kvs_comment.erl

@@ -1,7 +1,7 @@
 -module(kvs_comment).
 -copyright('Synrc Research Center s.r.o.').
 -author('Alexander Kalenuk').
--include("feeds.hrl").
+-include_lib("kvs/include/feeds.hrl").
 -compile(export_all).
 
 add(FId, User, EntryId, ParentComment, CommentId, Content, Medias) ->

+ 1 - 1
src/map_reduce.erl

@@ -1,6 +1,6 @@
 -module(map_reduce).
 -author('Maxim Sokhatsky').
--include_lib("log.hrl").
+-include_lib("kvs/include/log.hrl").
 -include_lib("stdlib/include/qlc.hrl").
 -compile(export_all).