summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-03 08:28:44 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-03 08:28:44 +0000
commitf4e02c38cb0bf1de72ba0964de415583c7cf3acd (patch)
tree530bce94474b6d1966b89e23742fee45dfe900c2 /stream
parentf1ead29ad90a013a05227f6cd66d1e034abef034 (diff)
downloadmpv-f4e02c38cb0bf1de72ba0964de415583c7cf3acd.tar.bz2
mpv-f4e02c38cb0bf1de72ba0964de415583c7cf3acd.tar.xz
Cygwin has had inttypes.h since version 1.5.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23712 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r--stream/pnm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/stream/pnm.h b/stream/pnm.h
index 1c4a64dd22..1c4eb2120b 100644
--- a/stream/pnm.h
+++ b/stream/pnm.h
@@ -25,9 +25,7 @@
#ifndef HAVE_PNM_H
#define HAVE_PNM_H
-#ifndef __CYGWIN__
#include <inttypes.h>
-#endif
/*#include "xine_internal.h" */
typedef struct pnm_s pnm_t;