summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@koto.keithp.com>2007-10-03 00:18:25 -0700
committerKeith Packard <keithp@koto.keithp.com>2007-10-08 13:09:15 -0700
commit5bbe9f09fda1238da04e6b584813d40fc646f49d (patch)
tree4556b7d7b57fb3f618fbd71abce3181d259714ca
parent41dacf97ec1d4ba6f54057f4fcc7bb76033a454e (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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/i830.h b/src/i830.h
index a04f9370..df95fb59 100644
--- a/src/i830.h
+++ b/src/i830.h
@@ -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"