From 1743899a23d4dda7e1ef8e31ff6d2f28dc978ab4 Mon Sep 17 00:00:00 2001 From: winlin Date: Wed, 1 Mar 2017 13:49:50 +0800 Subject: [PATCH] Refine code --- trunk/src/libs/srs_librtmp.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/trunk/src/libs/srs_librtmp.hpp b/trunk/src/libs/srs_librtmp.hpp index fc71f24c9..447038c89 100644 --- a/trunk/src/libs/srs_librtmp.hpp +++ b/trunk/src/libs/srs_librtmp.hpp @@ -1069,6 +1069,7 @@ extern const char* srs_human_format_time(); #define srs_human_raw(msg, ...) (void)0 #else #include + #include #define srs_human_trace(msg, ...) \ fprintf(stdout, "[T][%d][%s] ", getpid(), srs_human_format_time());\ fprintf(stdout, msg, ##__VA_ARGS__); fprintf(stdout, "\n")