mirror of https://github.com/mpv-player/mpv
Fix compilation for *BSD, Mac OS X and maybe others (info by Steven M. Schultz and Dan Christiansen)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9940 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6bcef87206
commit
cf1f19289a
|
@ -35,6 +35,7 @@
|
|||
#include <fcntl.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
|
||||
#ifndef HAVE_RMFF_H
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
#include <time.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/types.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "rtsp.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue