Mesa (master): swrast: Correct include for mtypes.h

Jakob Bornecrantz wallbraker at kemper.freedesktop.org
Sun May 2 23:27:58 UTC 2010


Module: Mesa
Branch: master
Commit: 83a1a0bc3e5c29810cd8728297b2106a1afb3d52
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=83a1a0bc3e5c29810cd8728297b2106a1afb3d52

Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Mon May  3 00:25:12 2010 +0100

swrast: Correct include for mtypes.h

---

 src/mesa/drivers/dri/common/drisw_util.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/dri/common/drisw_util.h b/src/mesa/drivers/dri/common/drisw_util.h
index 2b54b22..9c3d01c 100644
--- a/src/mesa/drivers/dri/common/drisw_util.h
+++ b/src/mesa/drivers/dri/common/drisw_util.h
@@ -36,7 +36,7 @@
 #ifndef _DRISW_UTIL_H
 #define _DRISW_UTIL_H
 
-#include "mtypes.h"
+#include "main/mtypes.h"
 
 #include <GL/gl.h>
 #include <GL/internal/glcore.h>




More information about the mesa-commit mailing list