OCT 1. 修改一处编译错误
This commit is contained in:
parent
92cf406294
commit
f20a32c4ae
|
@ -3,6 +3,8 @@
|
|||
//
|
||||
#include <string>
|
||||
#include <map>
|
||||
using namespace std;
|
||||
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
|
@ -23,8 +25,6 @@
|
|||
#include "user_errno.h"
|
||||
#include "uthash/uthash.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
extern data2 cfig;
|
||||
extern bool kRunning;
|
||||
extern dhcpMap dhcpCache;
|
||||
|
|
Loading…
Reference in New Issue