summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11/xmesaP.h
diff options
context:
space:
mode:
authorJon Taylor <taylorj@ggi-project.org>2000-11-19 23:42:32 +0000
committerJon Taylor <taylorj@ggi-project.org>2000-11-19 23:42:32 +0000
commit1487b3ea3ed0d30fa70655247e65d0ede3eef3af (patch)
tree1f1ec314c4a4c9f3fafca1227259ff61ed692097 /src/mesa/drivers/x11/xmesaP.h
parenta852378a6289d154364dde440f89a39bbfc33e2d (diff)
* More work on the auto* build system
* Added missing #includes all over the place * Added GGI-style debugging harness to GGIMesa
Diffstat (limited to 'src/mesa/drivers/x11/xmesaP.h')
-rw-r--r--src/mesa/drivers/x11/xmesaP.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/x11/xmesaP.h b/src/mesa/drivers/x11/xmesaP.h
index 4f7cfdeefc..c88e1f7eb6 100644
--- a/src/mesa/drivers/x11/xmesaP.h
+++ b/src/mesa/drivers/x11/xmesaP.h
@@ -1,4 +1,4 @@
-/* $Id: xmesaP.h,v 1.15 2000/11/14 17:40:15 brianp Exp $ */
+/* $Id: xmesaP.h,v 1.16 2000/11/19 23:42:33 jtaylor Exp $ */
/*
* Mesa 3-D graphics library
@@ -44,7 +44,7 @@
#include "types.h"
#if defined(FX) && !defined(GLX_DIRECT_RENDERING)
#include "GL/fxmesa.h"
-#include "../FX/fxdrv.h"
+#include "FX/fxdrv.h"
#endif