On 02/ 9/13 08:41 PM, Jeremy Huddleston Sequoia wrote: > Signed-off-by: Jeremy Huddleston Sequoia <[email protected]> > --- > hw/xquartz/GL/capabilities.c | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/hw/xquartz/GL/capabilities.c b/hw/xquartz/GL/capabilities.c > index 4702595..5573629 100644 > --- a/hw/xquartz/GL/capabilities.c > +++ b/hw/xquartz/GL/capabilities.c > @@ -20,6 +20,10 @@ > * DEALINGS IN THE SOFTWARE. > */ > > +#ifdef HAVE_DIX_CONFIG_H > +#include <dix-config.h> > +#endif > + > #include <stdio.h> > #include <stdlib.h> > #include <assert.h>
Reviewed-by: Alan Coopersmith <[email protected]> -- -Alan Coopersmith- [email protected] Oracle Solaris Engineering - http://blogs.oracle.com/alanc _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
