This fix following build error: CC obexd/client/obexd-map.o obexd/client/map.c: In function ‘msg_element’: obexd/client/map.c:1113:2: error: implicit declaration of function ‘strtoull’ [-Werror=implicit-function-declaration] --- obexd/client/map.c | 1 + 1 file changed, 1 insertion(+) diff --git a/obexd/client/map.c b/obexd/client/map.c index fe15bab..801d715 100644 --- a/obexd/client/map.c +++ b/obexd/client/map.c @@ -29,6 +29,7 @@ #include <stdio.h> #include <stdbool.h> #include <inttypes.h> +#include <stdlib.h> #include <glib.h> #include <gdbus/gdbus.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