pixman: Branch 'wide-composite'

Aaron Plattner aplattner at kemper.freedesktop.org
Wed Oct 31 10:24:23 PDT 2007


 pixman/pixman-compose64.c |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 49f3a270e5f4dad627aaf5c249e6c388936c9d3e
Author: Aaron Plattner <aplattner at nvidia.com>
Date:   Wed Oct 31 10:23:42 2007 -0700

    Add missing "ifdef HAVE_CONFIG_H" to pixman-compose64.c.

diff --git a/pixman/pixman-compose64.c b/pixman/pixman-compose64.c
index 6bcefe4..742fe43 100644
--- a/pixman/pixman-compose64.c
+++ b/pixman/pixman-compose64.c
@@ -23,7 +23,9 @@
  * SOFTWARE.
  */
 
+#ifdef HAVE_CONFIG_H
 #include <config.h>
+#endif
 
 #include <stdlib.h>
 #include <string.h>


More information about the xorg-commit mailing list