From: srs5694 Date: Mon, 3 Dec 2012 01:20:11 +0000 (-0500) Subject: Fixed compile problem. X-Git-Url: https://code.delx.au/refind/commitdiff_plain/5313cbe4dcf2ead4f10c0e90287df7b3f16d749e Fixed compile problem. --- diff --git a/refind/main.c b/refind/main.c index acc37cb..180fe7e 100644 --- a/refind/main.c +++ b/refind/main.c @@ -48,7 +48,7 @@ #include "lib.h" #include "icns.h" #include "menu.h" -#include "mok2.h" +#include "mok.h" #include "../include/Handle.h" #include "../include/refit_call_wrapper.h" #include "driver_support.h"