diff options
author | ben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-25 17:58:14 +0000 |
---|---|---|
committer | ben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-25 17:58:14 +0000 |
commit | badde7586229af3cfbce3a1430d7cd11540a9f38 (patch) | |
tree | b68f460d5108c1cfaaef8065e8dfef889f9a19c4 /libvo | |
parent | 1e30c2e5aeb0faadab006a6664fad22b5d3ce4f5 (diff) | |
download | mpv-badde7586229af3cfbce3a1430d7cd11540a9f38.tar.bz2 mpv-badde7586229af3cfbce3a1430d7cd11540a9f38.tar.xz |
missing include for uint16_t
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21236 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/sub.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/sub.h b/libvo/sub.h index ba54046fdb..f74ed902c9 100644 --- a/libvo/sub.h +++ b/libvo/sub.h @@ -125,6 +125,7 @@ extern int vo_osd_changed_flag; unsigned utf8_get_char(char **str); #ifdef USE_DVDNAV +#include <inttypes.h> void osd_set_nav_box (uint16_t sx, uint16_t sy, uint16_t ex, uint16_t ey); #endif |