소스 검색

rls(k): include lib/kcore/hash_func.h

- fix warning for using core_hash() function
Daniel-Constantin Mierla 16 년 전
부모
커밋
ba2df49a2b
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      modules_k/rls/resource_notify.c
  2. 1 0
      modules_k/rls/rls.c

+ 1 - 0
modules_k/rls/resource_notify.c

@@ -32,6 +32,7 @@
 #include "../../parser/parse_content.h"
 #include "../../parser/parse_from.h"
 #include "../../lib/kcore/cmpapi.h"
+#include "../../lib/kcore/hash_func.h"
 #include "../pua/hash.h"
 #include "rls.h"
 #include "notify.h"

+ 1 - 0
modules_k/rls/rls.c

@@ -41,6 +41,7 @@
 #include "../../dprint.h"
 #include "../../error.h"
 #include "../../ut.h"
+#include "../../lib/kcore/hash_func.h"
 #include "../../mem/mem.h"
 #include "../../mem/shm_mem.h"
 #include "../../modules/tm/tm_load.h"