This fix following build error: CC obexd/client/obexd-mns.o obexd/client/mns.c: In function ‘parse_event_report_handle’: obexd/client/mns.c:187:2: error: implicit declaration of function ‘strtoull’ [-Werror=implicit-function-declaration] --- obexd/client/mns.c | 1 + 1 file changed, 1 insertion(+) diff --git a/obexd/client/mns.c b/obexd/client/mns.c index b709650..0663def 100644 --- a/obexd/client/mns.c +++ b/obexd/client/mns.c @@ -31,6 +31,7 @@ #include <fcntl.h> #include <inttypes.h> #include <stdbool.h> +#include <stdlib.h> #include <gobex/gobex.h> #include <gobex/gobex-apparam.h> -- 1.8.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html