瀏覽代碼

modules_s: include sr_module.h

- some modules updated to include sr_module.h as they need access to
  fparam_t
- previously that was inherited from modules_s/sl/sl_funcs.h which was
  included by modules_s/sl/sl.h
- modules_s/sl/sl.h became simple API definition being included by
  modules_k/sl/sl.h in order to export same API in K version
Daniel-Constantin Mierla 16 年之前
父節點
當前提交
c29222b153
共有 3 個文件被更改,包括 3 次插入0 次删除
  1. 1 0
      modules_s/auth_db/authorize.c
  2. 1 0
      modules_s/registrar/lookup.c
  3. 1 0
      modules_s/registrar/save.c

+ 1 - 0
modules_s/auth_db/authorize.c

@@ -49,6 +49,7 @@
 #include "../../mem/mem.h"
 #include "../../config.h"
 #include "../../id.h"
+#include "../../sr_module.h"
 #include "../auth/api.h"
 #include "authdb_mod.h"
 

+ 1 - 0
modules_s/registrar/lookup.c

@@ -44,6 +44,7 @@
 #include "../usrloc/usrloc.h"
 #include "../../error.h"
 #include "../../id.h"
+#include "../../sr_module.h"
 #include "common.h"
 #include "regtime.h"
 #include "reg_mod.h"

+ 1 - 0
modules_s/registrar/save.c

@@ -46,6 +46,7 @@
 #include "../../qvalue.h"
 #include "../../id.h"
 #include "../../globals.h"
+#include "../../sr_module.h"
 #include "common.h"
 #include "sip_msg.h"
 #include "rerrno.h"