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

fix #229, support vs2010 for srslibrtmp.

This commit is contained in:
winlin 2015-08-18 14:08:54 +08:00
parent 01be68fe58
commit ccc4c05da9
3 changed files with 24 additions and 2 deletions

View file

@ -26,11 +26,11 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
// for srs-librtmp, @see https://github.com/simple-rtmp-server/srs/issues/213
#ifndef _WIN32
#include <unistd.h>
#include <sys/uio.h>
#endif
#include <fcntl.h>
#include <sstream>
#include <sys/uio.h>
using namespace std;
#include <srs_kernel_log.hpp>