diff options
author | Daniel Borca <[email protected]> | 2004-12-07 15:57:33 +0000 |
---|---|---|
committer | Daniel Borca <[email protected]> | 2004-12-07 15:57:33 +0000 |
commit | 3b65cab455fb74156258af063aa1278124c65788 (patch) | |
tree | 7209de2971b018116a37dab5fcb7e7a5a59a053b /src | |
parent | c049d4bc897f92fd25ed961f1acedaa9d33cc5af (diff) |
fixed an include path
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/drivers/windows/fx/fxwgl.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |