# HG changeset patch # User ben # Date 1164477494 0 # Node ID 14ed01d30f11cbe5535bf9b808655f7c4bf70dd6 # Parent 8258747951d7df742e0785885a039c00f7d2bfe5 missing include for uint16_t diff -r 8258747951d7 -r 14ed01d30f11 libvo/sub.h --- a/libvo/sub.h Sat Nov 25 17:44:22 2006 +0000 +++ b/libvo/sub.h Sat Nov 25 17:58:14 2006 +0000 @@ -125,6 +125,7 @@ unsigned utf8_get_char(char **str); #ifdef USE_DVDNAV +#include void osd_set_nav_box (uint16_t sx, uint16_t sy, uint16_t ex, uint16_t ey); #endif