summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2010-05-03 00:25:12 +0100
committerJakob Bornecrantz <jakob@vmware.com>2010-05-03 00:27:37 +0100
commit83a1a0bc3e5c29810cd8728297b2106a1afb3d52 (patch)
treef89261a9ca4946a85f89324b1558bdb1d5864fb4 /src/mesa/drivers/dri/common
parentd0f9e7521c6e59852ceb00b30f063d0fe2c72965 (diff)
swrast: Correct include for mtypes.h
Diffstat (limited to 'src/mesa/drivers/dri/common')
-rw-r--r--src/mesa/drivers/dri/common/drisw_util.h2
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 2b54b2281f..9c3d01c99c 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>