prefer inttypes.h (probably fix cygwin compile)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8585 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-12-27 22:38:56 +00:00
parent 501706292e
commit bc9afe8d39
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
#include <errno.h>
#include <stdlib.h>
#include <sys/time.h>
#include <sys/types.h>
#include <inttypes.h>
#include "pnm.h"
//#include "libreal/rmff.h"