swrast: Correct include for mtypes.h

This commit is contained in:
Jakob Bornecrantz 2010-05-03 00:25:12 +01:00
parent d0f9e7521c
commit 83a1a0bc3e

View 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>