diff options
author | Keith Packard <keithp@koto.keithp.com> | 2007-10-03 00:18:25 -0700 |
---|---|---|
committer | Keith Packard <keithp@koto.keithp.com> | 2007-10-08 13:09:15 -0700 |
commit | 5bbe9f09fda1238da04e6b584813d40fc646f49d (patch) | |
tree | 4556b7d7b57fb3f618fbd71abce3181d259714ca | |
parent | 41dacf97ec1d4ba6f54057f4fcc7bb76033a454e (diff) |
Include xf86mm.h if using XF86DRI_MM
This header file doesn't appear to be getting automatically included for
some reason.
-rw-r--r-- | src/i830.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -68,6 +68,9 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #ifdef XF86DRI #include "xf86drm.h" +#ifdef XF86DRI_MM +#include "xf86mm.h" +#endif #include "sarea.h" #define _XF86DRI_SERVER_ #include "dri.h" |