On Wed, 2013-03-27 at 13:53 +0200, Patrik Flykt wrote:
> +++ b/client/commands.c
> @@ -36,12 +36,14 @@
>  #include "services.h"
>  #include "technology.h"
>  #include "data_manager.h"
> -#include "interactive.h"
>  
> +#include "commands.h"
>  #include "dbus_helpers.h"
>  
>  #define MANDATORY_ARGS 3
>  
> +static DBusConnection *connection;
> +
>  static char *ipv4[] = {
>         "Method",
>         "Address", 

Due to patch 04, the above should look like

+++ b/client/commands.c
@@ -36,13 +36,15 @@
 #include "services.h"
 #include "technology.h"
 #include "data_manager.h"
-#include "interactive.h"
 
+#include "commands.h"
 #include "dbus_helpers.h"
 #include "input.h"
 
 #define MANDATORY_ARGS 3
 
+static DBusConnection *connection;
+
 static char *ipv4[] = {
        "Method",
        "Address",

Cheers,

        Patrik

_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman

Reply via email to