From cb48d1c47e24b316c3658a182ca1e33418e58f5c Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Thu, 2 May 2013 14:07:44 +0100 Subject: [PATCH] fix paths --- console/LGPL/pl-ntmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/LGPL/pl-ntmain.c b/console/LGPL/pl-ntmain.c index 484028ea3..a7d4d9d02 100755 --- a/console/LGPL/pl-ntmain.c +++ b/console/LGPL/pl-ntmain.c @@ -30,7 +30,7 @@ #include "SWI-Prolog.h" #include #ifdef _YAP_NOT_INSTALLED_ -#include "LGPL/swi_console/console.h" +#include "swi/console/console.h" #else #include "win32/console/console.h" #endif