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

fix the build failed bug.

This commit is contained in:
winlin 2015-05-30 21:14:10 +08:00
parent 223ae194b1
commit 0a87b567f6

View file

@ -28,6 +28,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <ifaddrs.h> #include <ifaddrs.h>
#include <arpa/inet.h> #include <arpa/inet.h>
#include <signal.h> #include <signal.h>
#include <wait.h>
#ifdef SRS_OSX #ifdef SRS_OSX
#include <sys/sysctl.h> #include <sys/sysctl.h>