OCT 1. 修改一处编译错误

This commit is contained in:
huangxin 2022-12-09 16:20:24 +08:00
parent 92cf406294
commit f20a32c4ae
1 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,8 @@
// //
#include <string> #include <string>
#include <map> #include <map>
using namespace std;
#include <sys/ioctl.h> #include <sys/ioctl.h>
#include <sys/socket.h> #include <sys/socket.h>
#include <netinet/in.h> #include <netinet/in.h>
@ -23,8 +25,6 @@
#include "user_errno.h" #include "user_errno.h"
#include "uthash/uthash.h" #include "uthash/uthash.h"
using namespace std;
extern data2 cfig; extern data2 cfig;
extern bool kRunning; extern bool kRunning;
extern dhcpMap dhcpCache; extern dhcpMap dhcpCache;