浏览代码

app_python: include dset.h

- get rid of compile warning for ruri_mark_new()
- reported by Ovidiu Sas
Daniel-Constantin Mierla 15 年之前
父节点
当前提交
e43191620f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      modules/app_python/python_msgobj.c

+ 1 - 0
modules/app_python/python_msgobj.c

@@ -23,6 +23,7 @@
 #include "../../action.h"
 #include "../../mem/mem.h"
 #include "../../sr_module.h"
+#include "../../dset.h"
 #include "../../parser/msg_parser.h"
 
 #include <Python.h>