From b75df498f688a6c3e3c2ecd2e3b17af4b1fc8e8e Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Fri, 9 Aug 2002 22:52:14 +0000 Subject: change includes from system include to local include where the file is in our tree now to avoid version clashes CVS patchset: 2421 CVS date: 2002/08/09 22:52:14 --- src/input/libdvdnav/highlight.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/input/libdvdnav/highlight.c') diff --git a/src/input/libdvdnav/highlight.c b/src/input/libdvdnav/highlight.c index 3803bccb9..ee5eb163c 100644 --- a/src/input/libdvdnav/highlight.c +++ b/src/input/libdvdnav/highlight.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: highlight.c,v 1.2 2002/08/08 21:55:54 richwareham Exp $ + * $Id: highlight.c,v 1.3 2002/08/09 22:52:14 mroi Exp $ * */ @@ -35,10 +35,10 @@ #include "vm.h" # -#include +#include "nav_types.h" #ifdef BUTTON_TESTING -#include +#include "nav_print.h" #endif /* Highlighting API calls */ -- cgit v1.2.3