[pango] pango/pango-enum-types.c.template: Include config.h first



commit bbb38aa2da449810989d2bdadad900ffc48846d8
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Tue Jun 7 00:01:15 2016 +0800

    pango/pango-enum-types.c.template: Include config.h first
    
    This is to ensure that we can override the verion macros to export the symbols
    later.

 pango/pango-enum-types.c.template |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/pango/pango-enum-types.c.template b/pango/pango-enum-types.c.template
index c12f4b3..d922c69 100644
--- a/pango/pango-enum-types.c.template
+++ b/pango/pango-enum-types.c.template
@@ -1,4 +1,6 @@
 /*** BEGIN file-header ***/
+#include "config.h"
+
 #include <pango.h>
 
 /*** END file-header ***/


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]