OS X compilation fix: Include inttypes.h so that uint32_t is not undefined.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17352 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-01-08 22:57:59 +00:00
parent 76227af718
commit 15f584a958
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@
#include <fcntl.h>
#include <stdlib.h>
#include <string.h>
#include <inttypes.h>
#include "rtsp.h"
#include "rtsp_session.h"