diff options
-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> |