summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-23 19:15:32 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-23 19:15:32 +0000
commit90fe5d97d8cce840b2f08532f89b7a561ad65c1c (patch)
tree98dabbdd6c9703b913c99aa77a74f8de28899326 /Gui
parent24315f7c3a28d323350be24f5ea660c98418b179 (diff)
downloadmpv-90fe5d97d8cce840b2f08532f89b7a561ad65c1c.tar.bz2
mpv-90fe5d97d8cce840b2f08532f89b7a561ad65c1c.tar.xz
inttypes gui patch from Bjrn Sandell <biorn@dce.chalmers.se>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6167 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui')
-rw-r--r--Gui/skin/font.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/skin/font.c b/Gui/skin/font.c
index 7c1e70ba1f..f5c44c8232 100644
--- a/Gui/skin/font.c
+++ b/Gui/skin/font.c
@@ -3,7 +3,7 @@
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
-#include <stdint.h>
+#include <inttypes.h>
#include "skin.h"
#include "font.h"