[PATCH:libXfont] Protect config.h inclusion with ifdef HAVE_CONFIG_H, like usual.

Alan Coopersmith alan.coopersmith at oracle.com
Sun Jun 2 16:28:47 PDT 2013


On 06/ 2/13 12:03 PM, Thomas Klausner wrote:
> ---
>   src/fontfile/bunzip2.c | 2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/src/fontfile/bunzip2.c b/src/fontfile/bunzip2.c
> index 44d19f0..4078796 100644
> --- a/src/fontfile/bunzip2.c
> +++ b/src/fontfile/bunzip2.c
> @@ -26,7 +26,9 @@
>    */
>
>
> +#ifdef HAVE_CONFIG_H
>   #include "config.h"
> +#endif
>
>   #include <X11/fonts/fontmisc.h>
>   #include <X11/fonts/bufio.h>
>

Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>

and pushed to git master:

To ssh://git.freedesktop.org/git/xorg/lib/libXfont
    b8dd42d..c21d25d  master -> master

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


More information about the xorg-devel mailing list