浏览代码

tcpops: include header for faked message to get rid of compile warnings

- warnings resulted after the commit for event_route[tcp:closed]
Daniel-Constantin Mierla 9 年之前
父节点
当前提交
bef6dd6bb5
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      modules/tcpops/tcpops.c

+ 1 - 0
modules/tcpops/tcpops.c

@@ -31,6 +31,7 @@
 #include "../../globals.h"
 #include "../../globals.h"
 #include "../../pass_fd.h"
 #include "../../pass_fd.h"
 #include "../../timer.h"
 #include "../../timer.h"
+#include "../../fmsg.h"
 #include "../../sr_module.h"
 #include "../../sr_module.h"
 
 
 /**
 /**