From 0696c89e399e49e42d3ce0a44fba4ce740ec84cd Mon Sep 17 00:00:00 2001 From: Hugh McMaster Date: Sat, 6 Apr 2013 21:37:05 +1100 Subject: modify header include path --- programs/wineconsole/winecon_user.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/wineconsole/winecon_user.h b/programs/wineconsole/winecon_user.h index 73a7701..4d783da 100644 --- a/programs/wineconsole/winecon_user.h +++ b/programs/wineconsole/winecon_user.h @@ -24,7 +24,7 @@ #include #include #include -#include "winecon_private.h" +#include "wineconsole/winecon_private.h" struct inner_data_user { /* the following fields are only user by the USER backend (should be hidden in user) */ -- 1.7.10.4