From a40e17a2c16f75fb0002f1da8e303faff1378df8 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 1 Jun 2014 00:24:35 +0200 Subject: [PATCH] (PS3) Compile fix --- driver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver.h b/driver.h index c6fc4cec07..f4727ea52f 100644 --- a/driver.h +++ b/driver.h @@ -30,7 +30,7 @@ #include "audio/dsp_filter.h" #include "input/overlay.h" #include "frontend/frontend_context.h" - +#include "miscellaneous.h" #ifdef HAVE_CONFIG_H #include "config.h"