diff --git a/configure.ac b/configure.ac index 518f332a8..10fcbeb09 100644 --- a/configure.ac +++ b/configure.ac @@ -617,7 +617,7 @@ XEXT_INC='-I$(top_srcdir)/Xext' XEXT_LIB='$(top_builddir)/Xext/libXext.la' XEXTXORG_LIB='$(top_builddir)/Xext/libXextbuiltin.la' -PIXMAN="[pixman >= 0.9.2]" +PIXMAN="[pixman-1 >= 0.9.4]" dnl Core modules for most extensions, et al. REQUIRED_MODULES="[randrproto >= 1.2] renderproto [fixesproto >= 4.0] [damageproto >= 1.1] xcmiscproto xextproto [xproto >= 7.0.9] xtrans [scrnsaverproto >= 1.1] bigreqsproto resourceproto fontsproto [inputproto >= 1.4.2] [kbproto >= 1.0.3]" diff --git a/fb/fb.h b/fb/fb.h index 27b49f681..df430b8fd 100644 --- a/fb/fb.h +++ b/fb/fb.h @@ -26,7 +26,7 @@ #define _FB_H_ #include -#include +#include #include "scrnintstr.h" #include "pixmap.h" diff --git a/include/miscstruct.h b/include/miscstruct.h index 4f5b1d516..d240f1b28 100644 --- a/include/miscstruct.h +++ b/include/miscstruct.h @@ -51,7 +51,7 @@ SOFTWARE. #include "misc.h" #include #include "gc.h" -#include +#include typedef xPoint DDXPointRec; diff --git a/mi/miregion.c b/mi/miregion.c index 28d38a254..45768a34f 100644 --- a/mi/miregion.c +++ b/mi/miregion.c @@ -85,7 +85,7 @@ Equipment Corporation. #include "gc.h" #include "mi.h" #include "mispans.h" -#include +#include #undef assert #ifdef DEBUG diff --git a/render/picture.h b/render/picture.h index 1719587a5..563a81b43 100644 --- a/render/picture.h +++ b/render/picture.h @@ -25,7 +25,7 @@ #ifndef _PICTURE_H_ #define _PICTURE_H_ -#include +#include typedef struct _DirectFormat *DirectFormatPtr; typedef struct _PictFormat *PictFormatPtr;