From: Daniel Borca Date: Tue, 7 Dec 2004 15:57:33 +0000 (+0000) Subject: fixed an include path X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3b65cab455fb74156258af063aa1278124c65788;p=mesa.git fixed an include path --- diff --git a/src/mesa/drivers/windows/fx/fxwgl.c b/src/mesa/drivers/windows/fx/fxwgl.c index d9eb3421382..532f2b0ac68 100644 --- a/src/mesa/drivers/windows/fx/fxwgl.c +++ b/src/mesa/drivers/windows/fx/fxwgl.c @@ -55,7 +55,7 @@ extern "C" #include "glheader.h" #include "glapi.h" #include "imports.h" -#include "fxdrv.h" +#include "../../glide/fxdrv.h" #define MAX_MESA_ATTRS 20