From d1a271c09d5634d7a4c5c997d2c5de0095f2143c Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Thu, 10 Aug 2017 14:18:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3posix=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E4=B8=8B=E7=BC=96=E8=AF=91=E5=A4=B1=E8=B4=A5=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Rtmp/Rtmp.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Rtmp/Rtmp.h b/src/Rtmp/Rtmp.h index 3cac3713..eb43b28e 100644 --- a/src/Rtmp/Rtmp.h +++ b/src/Rtmp/Rtmp.h @@ -5,9 +5,11 @@ #include #include "Util/util.h" #include "Util/logger.h" +#include "Network/sockutil.h" using namespace std; using namespace ZL::Util; +using namespace ZL::Network; #define PORT 1935 #define DEFAULT_CHUNK_LEN 128