[accounts-dialog] Fix compilation with new config.h



commit 5b64d653f2376980a2035e8341435765948f673c
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Jan 15 15:25:44 2010 +0000

    Fix compilation with new config.h

 src/um-language-dialog.c |    2 ++
 src/um-location-dialog.c |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/um-language-dialog.c b/src/um-language-dialog.c
index b9bdd5b..67239fc 100644
--- a/src/um-language-dialog.c
+++ b/src/um-language-dialog.c
@@ -19,6 +19,8 @@
  * Written by: Matthias Clasen <mclasen redhat com>
  */
 
+#include "config.h"
+
 #include <stdlib.h>
 #include <locale.h>
 
diff --git a/src/um-location-dialog.c b/src/um-location-dialog.c
index 4919fbd..a541c9d 100644
--- a/src/um-location-dialog.c
+++ b/src/um-location-dialog.c
@@ -19,6 +19,8 @@
  * Written by: Matthias Clasen <mclasen redhat com>
  */
 
+#include "config.h"
+
 #include <stdlib.h>
 
 #include <glib.h>



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