From f5786fcba3af4bb507e759d937e12e23731150bc Mon Sep 17 00:00:00 2001 From: wxf Date: Wed, 23 Jun 2021 10:34:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=BC=E5=AE=B9=20glibc=20<=202.18?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * https://stackoverflow.com/a/8132440/5218590 * https://sourceware.org/bugzilla/show_bug.cgi?id=15366 --- webrtc/Sdp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc/Sdp.cpp b/webrtc/Sdp.cpp index 892a9afb..bcf6acb6 100644 --- a/webrtc/Sdp.cpp +++ b/webrtc/Sdp.cpp @@ -10,7 +10,7 @@ #include "Sdp.h" #include "Rtsp/Rtsp.h" -#include +#include using namespace mediakit; using onCreateSdpItem = function;