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

fix #360, fix build bug for centos7.

This commit is contained in:
winlin 2015-03-25 20:38:51 +08:00
parent b6feb0742f
commit e818f36316
3 changed files with 5 additions and 4 deletions

View file

@ -31,6 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#ifdef SRS_OSX
#include <sys/sysctl.h>
#endif
#include <stdlib.h>
using namespace std;
#include <srs_kernel_log.hpp>