[PATCH:xkbcomp] Protect config.h like usual.

Peter Hutterer peter.hutterer at who-t.net
Mon Jun 3 16:19:53 PDT 2013


On Sun, Jun 02, 2013 at 10:22:36PM +0200, Thomas Klausner wrote:
> ---
>  utils.h | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/utils.h b/utils.h
> index 417d104..b00067d 100644
> --- a/utils.h
> +++ b/utils.h
> @@ -35,7 +35,9 @@
>  #include	<X11/Xfuncs.h>
>  
>  #include <stddef.h>
> +#ifdef HAVE_CONFIG_H
>  #include "config.h"
> +#endif
>  
>  #ifndef NUL
>  #define	NUL	'\0'
> -- 
> 1.8.2.3

   c66de12..ed582f4  master -> master

thanks!


More information about the xorg-devel mailing list