[Fontconfig] fontconfig: Branch 'master'

Akira TAGOH tagoh at kemper.freedesktop.org
Thu Feb 26 04:06:54 PST 2015


 src/fcarch.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 1add10bfbc6f0667284f58cb388ae02f695b4a57
Author: Michael Haubenwallner <michael.haubenwallner at ssi-schaefer.com>
Date:   Thu Feb 26 12:23:27 2015 +0100

    Ensure config.h is included first, bug#89336.
    
    config.h may define ABI-specific macros, especially for AIX,
    so has to be included before any system header - via fcint.h.
    
    https://bugs.freedesktop.org/show_bug.cgi?id=89336

diff --git a/src/fcarch.c b/src/fcarch.c
index 398f4bb..4a921c0 100644
--- a/src/fcarch.c
+++ b/src/fcarch.c
@@ -21,10 +21,9 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-#include <stdio.h>
-
 #include "fcint.h"
 #include "fcarch.h"
+#include <stdio.h>
 
 FC_ASSERT_STATIC (1 == sizeof (char));
 FC_ASSERT_STATIC (2 == sizeof (FcChar16));


More information about the Fontconfig mailing list