From 1248418854b0e6e2f7fa8c2760a05b6604d3ded7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=B8ren=20Sandmann?= Date: Sun, 8 Jun 2008 20:01:37 -0400 Subject: [PATCH] Fix forgotten use of pixman-combine.h --- pixman/combine.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/pixman/combine.pl b/pixman/combine.pl index 7258ff3..f8df603 100644 --- a/pixman/combine.pl +++ b/pixman/combine.pl @@ -75,6 +75,7 @@ while () { # Change the header for the 64-bit version s/pixman-combine.h/pixman-combine64.h/ if $size == 16; + s/pixman-combine.h/pixman-combine32.h/ if $size == 8; print; } -- 2.7.4