diff decoder.c @ 185:36777e6346c5 src

First update for Win32/msvc support
author tchamp
date Tue, 29 Apr 2003 19:31:37 +0000
parents 90b1f6f0520e
children 6b1bfe8f5283
line wrap: on
line diff
--- a/decoder.c	Tue Apr 29 15:25:20 2003 +0000
+++ b/decoder.c	Tue Apr 29 19:31:37 2003 +0000
@@ -32,6 +32,7 @@
 #include <string.h>  /* For memset */
 #include "ifo_types.h" /* vm_cmd_t */
 #include <assert.h>
+
 #include "dvdnav_internal.h"
 
 uint32_t vm_getbits(command_t *command, int start, int count) {