swrast: Correct include for mtypes.h
authorJakob Bornecrantz <jakob@vmware.com>
Sun, 2 May 2010 23:25:12 +0000 (00:25 +0100)
committerJakob Bornecrantz <jakob@vmware.com>
Sun, 2 May 2010 23:27:37 +0000 (00:27 +0100)
src/mesa/drivers/dri/common/drisw_util.h

index 2b54b2281fa351090e19a73c67341855c4393fe8..9c3d01c99c0cd17a2d26cf13311018ee563b8b5f 100644 (file)
@@ -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>