Przeglądaj źródła

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

- fix warning for using core_hash() function
Daniel-Constantin Mierla 16 lat temu
rodzic
commit
ba2df49a2b
2 zmienionych plików z 2 dodań i 0 usunięć
  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_content.h"
 #include "../../parser/parse_from.h"
 #include "../../parser/parse_from.h"
 #include "../../lib/kcore/cmpapi.h"
 #include "../../lib/kcore/cmpapi.h"
+#include "../../lib/kcore/hash_func.h"
 #include "../pua/hash.h"
 #include "../pua/hash.h"
 #include "rls.h"
 #include "rls.h"
 #include "notify.h"
 #include "notify.h"

+ 1 - 0
modules_k/rls/rls.c

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