diff options
author | Jakob Bornecrantz <[email protected]> | 2010-05-03 00:25:12 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2010-05-03 00:27:37 +0100 |
commit | 83a1a0bc3e5c29810cd8728297b2106a1afb3d52 (patch) | |
tree | f89261a9ca4946a85f89324b1558bdb1d5864fb4 | |
parent | d0f9e7521c6e59852ceb00b30f063d0fe2c72965 (diff) |
swrast: Correct include for mtypes.h
-rw-r--r-- | 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 2b54b2281fa..9c3d01c99c0 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> |