On Wed, 2013-03-27 at 13:53 +0200, Patrik Flykt wrote:
> @@ -39,6 +39,8 @@
> #include "monitor.h"
> #include "interactive.h"
>
> +#include "dbus_helpers.h"
> +
> #define MANDATORY_ARGS 3
>
> static char *ipv4[] = {
An include file was missing due to reordering of the patch set. The
above part should look like:
@@ -39,6 +39,9 @@
#include "monitor.h"
#include "interactive.h"
+#include "dbus_helpers.h"
+#include "input.h"
+
#define MANDATORY_ARGS 3
static char *ipv4[] = {
Cheers,
Patrik
_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman