From d96d0059b71bc432e0ed2825045abdc8cfa0ea8b Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 26 Nov 2014 21:37:54 +0100 Subject: [PATCH] Build fix --- driver.c | 1 + 1 file changed, 1 insertion(+) diff --git a/driver.c b/driver.c index b519e87793..574c7a6ee4 100644 --- a/driver.c +++ b/driver.c @@ -26,6 +26,7 @@ #include "gfx/video_thread_wrapper.h" #include "audio/audio_thread_wrapper.h" #include "gfx/gfx_common.h" +#include #ifdef HAVE_X11 #include "gfx/context/x11_common.h"