소스 검색

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>