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:
rtognimp 2003-04-19 14:54:03 +00:00
parent 6bcef87206
commit cf1f19289a
2 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,7 @@
#include <fcntl.h>
#include <stdlib.h>
#include <string.h>
#include <inttypes.h>
#ifndef HAVE_RMFF_H

View File

@ -40,6 +40,7 @@
#include <time.h>
#include <sys/time.h>
#include <sys/types.h>
#include <inttypes.h>
#include "rtsp.h"