diff options
author | Robert Noland <rnoland@2hip.net> | 2009-11-24 10:31:41 -0600 |
---|---|---|
committer | Robert Noland <rnoland@2hip.net> | 2009-11-24 10:31:41 -0600 |
commit | 82bf52fbcdf1e71840c2024bb2bc05a8daeaafad (patch) | |
tree | 1c26a7d629e13637105c88cd0db5659aef287cf7 /include/drm/mga_drm.h | |
parent | 170674a606f6d7869b5fa4457c07e10dd27f2771 (diff) |
More fixups to allow mesa to build
Diffstat (limited to 'include/drm/mga_drm.h')
-rw-r--r-- | include/drm/mga_drm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/mga_drm.h b/include/drm/mga_drm.h index 52632bba..b630e8fa 100644 --- a/include/drm/mga_drm.h +++ b/include/drm/mga_drm.h @@ -35,7 +35,7 @@ #ifndef __MGA_DRM_H__ #define __MGA_DRM_H__ -#include <linux/types.h> +#include "drm.h" /* WARNING: If you change any of these defines, make sure to change the * defines in the Xserver file (mga_sarea.h) |