From bf6de6318e6bfbb5dd383a7f7d5fa240a5356a59 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Wed, 19 Dec 2001 14:39:57 +0000 Subject: [PATCH] * Small compilation fix. --- plugins/vcd/input_vcd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/vcd/input_vcd.c b/plugins/vcd/input_vcd.c index f57c12bd03..09b81545ff 100644 --- a/plugins/vcd/input_vcd.c +++ b/plugins/vcd/input_vcd.c @@ -70,7 +70,7 @@ #include "modules.h" #include "modules_export.h" -#include "../mpeg_system/input_ps.h" +#include "../mpeg/input_ps.h" #include "input_vcd.h" #include "linux_cdrom_tools.h" -- 2.39.2