From f20a32c4aeed41200a9318b1cc4517c772d74b9b Mon Sep 17 00:00:00 2001 From: huangxin Date: Fri, 9 Dec 2022 16:20:24 +0800 Subject: [PATCH] =?UTF-8?q?OCT=201.=20=E4=BF=AE=E6=94=B9=E4=B8=80=E5=A4=84?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- srcs/open_dhcp/query.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcs/open_dhcp/query.cpp b/srcs/open_dhcp/query.cpp index 489c96d..c93b431 100644 --- a/srcs/open_dhcp/query.cpp +++ b/srcs/open_dhcp/query.cpp @@ -3,6 +3,8 @@ // #include #include +using namespace std; + #include #include #include @@ -23,8 +25,6 @@ #include "user_errno.h" #include "uthash/uthash.h" -using namespace std; - extern data2 cfig; extern bool kRunning; extern dhcpMap dhcpCache;