[liboobs] Fix building when HAL support is enabled
- From: Milan Bouchet-Valat <milanbv src gnome org>
 
- To: svn-commits-list gnome org
 
- Cc: 
 
- Subject: [liboobs] Fix building when HAL support is enabled
 
- Date: Sun,  7 Feb 2010 11:18:40 +0000 (UTC)
 
commit dd05d7a387ffe2e081bdf34402b21af9e41ea3cc
Author: Milan Bouchet-Valat <nalimilan club fr>
Date:   Sun Feb 7 11:57:31 2010 +0100
    Fix building when HAL support is enabled
    
    config.h needs to be included before we check for HAVE_HAL, else the libhal.h is never included.
 oobs/oobs-ifacesconfig.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/oobs/oobs-ifacesconfig.c b/oobs/oobs-ifacesconfig.c
index 81ea266..c8770a3 100644
--- a/oobs/oobs-ifacesconfig.c
+++ b/oobs/oobs-ifacesconfig.c
@@ -18,6 +18,7 @@
  * Authors: Carlos Garnacho Parro  <carlosg gnome org>
  */
 
+#include "config.h"
 #include <dbus/dbus.h>
 #include <glib-object.h>
 #include <string.h>
@@ -37,7 +38,6 @@
 #include "oobs-iface-ppp.h"
 #include "iface-state-monitor.h"
 #include "utils.h"
-#include "config.h"
 
 /**
  * SECTION:oobs-ifacesconfig
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]