From 7bb7862b4f291060102d22299cbc8b0242655c1b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20Paul=20K=C3=BChne?= Date: Sun, 24 May 2009 18:37:55 +0200 Subject: [PATCH] vcdx: compilation fix --- modules/access/vcdx/vcd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/access/vcdx/vcd.h b/modules/access/vcdx/vcd.h index 23685cfe8b..3fd55629e3 100644 --- a/modules/access/vcdx/vcd.h +++ b/modules/access/vcdx/vcd.h @@ -23,14 +23,14 @@ *****************************************************************************/ #include +#include #define VCD_MRL_PREFIX "vcdx://" /***************************************************************************** * vcd_data_t: structure for communication between access and intf. *****************************************************************************/ -typedef struct -{ +typedef struct { #ifdef FINISHED vcdplay_ptr vmg; #endif -- 2.39.5