From 1660e3c1238f7fc9bba1426c7732e71b0d03505e Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 18 Sep 2007 09:30:42 +0000 Subject: Replace stdint.h #include by functionally equivalent inttypes.h. The use of inttypes.h is more common throughout MPlayer and stdint.h can create problems on obscure systems like HP-UX, see Bugzilla #831. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24565 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/vf_ass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmpcodecs/vf_ass.c') diff --git a/libmpcodecs/vf_ass.c b/libmpcodecs/vf_ass.c index f88ed99eca..9ce50cf006 100644 --- a/libmpcodecs/vf_ass.c +++ b/libmpcodecs/vf_ass.c @@ -23,7 +23,7 @@ #include #include #include -#include +#include #include #include "config.h" -- cgit v1.2.3