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

Fix #916, build failed for headers for error.

This commit is contained in:
winlin 2017-06-11 09:03:29 +08:00
parent a20e2c3ef6
commit 7275fd5397

View file

@ -27,6 +27,7 @@
#include <errno.h>
#include <sstream>
#include <stdarg.h>
using namespace std;
bool srs_is_system_control_error(int error_code)