1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Fix utest build fail

This commit is contained in:
winlin 2020-09-13 11:01:34 +08:00
parent 962c379299
commit 72122c746a
2 changed files with 2 additions and 0 deletions

View file

@ -24,6 +24,7 @@
#include <srs_app_conn.hpp>
#include <netinet/tcp.h>
#include <algorithm>
using namespace std;
#include <srs_kernel_log.hpp>

View file

@ -38,6 +38,7 @@ using namespace std;
#include <srs_service_utility.hpp>
#include <srs_service_http_client.hpp>
#include <srs_service_rtmp_conn.hpp>
#include <srs_service_conn.hpp>
#include <sys/socket.h>
#include <netdb.h>