[glib] gthread-impl.c: add missing #include "config.h"



commit f8756694cf3883b45d88eca99c013511f7ed0c10
Author: Ryan Lortie <desrt desrt ca>
Date:   Mon Jan 14 00:06:26 2013 -0500

    gthread-impl.c: add missing #include "config.h"
    
    One of the features of our new symbol exporting regime is that it forces
    config.h to be included at the top of every .c file.
    
    This was missed in gthread-impl.c.
    
    The only reason this wasn't noticed is because nothing in this file is
    being used anymore.  We need those symbols to continue to be exported
    for reasons of ABI backwards compatibility, however.

 gthread/gthread-impl.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gthread/gthread-impl.c b/gthread/gthread-impl.c
index fd03b1d..6ccf0f6 100644
--- a/gthread/gthread-impl.c
+++ b/gthread/gthread-impl.c
@@ -31,6 +31,8 @@
  * MT safe
  */
 
+#include "config.h"
+
 #include <glib.h>
 
 void



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