From e15c683b441664a1634e9e962d2b6cf50125ae3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Higor=20Eur=C3=ADpedes?= Date: Mon, 15 Sep 2014 17:47:22 -0300 Subject: [PATCH] (frontend.c) Fix include --- frontend/frontend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/frontend.c b/frontend/frontend.c index d830301368..dffdd01b73 100644 --- a/frontend/frontend.c +++ b/frontend/frontend.c @@ -15,7 +15,7 @@ * If not, see . */ -#include "driver.h" +#include "../driver.h" #include "frontend.h" #include "../general.h"