diff stream/vcd_read_fbsd.h @ 30981:9bab99cfdff2

Try to fix VCD compilation on non-Linux systems.
author reimar
date Mon, 05 Apr 2010 19:31:55 +0000
parents fbd6ba7e0e14
children 3ab3212fb624
line wrap: on
line diff
--- a/stream/vcd_read_fbsd.h	Mon Apr 05 17:15:08 2010 +0000
+++ b/stream/vcd_read_fbsd.h	Mon Apr 05 19:31:55 2010 +0000
@@ -212,6 +212,11 @@
   return vcd;
 }
 
+static int vcd_end_track(mp_vcd_priv_t* vcd)
+{
+  return vcd->tochdr.ending_track;
+}
+
 static int
 vcd_read(mp_vcd_priv_t* vcd, char *mem)
 {