This commit is contained in:
wangyu- 2017-10-28 04:36:37 -05:00
parent 7f18ccee94
commit 5672891485
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@
#include "misc.h"
#include "tunnel.h"
//#include "tun_dev.h"
#include "git_version.h"
using namespace std;

2
misc.h
View File

@ -13,7 +13,7 @@
#include "fd_manager.h"
#include "delay_manager.h"
#include "fec_manager.h"
#include "git_version.h"
extern char fifo_file[1000];