[PATCH 1/2] XQuartz: Ensure <dix-config.h> is included in capabilities.c

Alan Coopersmith alan.coopersmith at oracle.com
Sun Feb 10 08:57:47 PST 2013


On 02/ 9/13 08:41 PM, Jeremy Huddleston Sequoia wrote:
> Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu at apple.com>
> ---
>  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 <alan.coopersmith at oracle.com>

-- 
	-Alan Coopersmith-              alan.coopersmith at oracle.com
	 Oracle Solaris Engineering - http://blogs.oracle.com/alanc


More information about the xorg-devel mailing list