CC profiles/alert/bluetoothd-server.o In file included from profiles/alert/server.c:49:0: ./src/textfile.h:24:1: error: unknown type name 'mode_t' int create_file(const char *filename, const mode_t mode); ^ Makefile:7469: recipe for target 'profiles/alert/bluetoothd-server.o' failed make[1]: *** [profiles/alert/bluetoothd-server.o] Error 1 Makefile:3072: recipe for target 'all' failed --- src/systemd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/systemd.c b/src/systemd.c index f0985d1..cf3da1c 100644 --- a/src/systemd.c +++ b/src/systemd.c @@ -30,6 +30,7 @@ #include <unistd.h> #include <stdlib.h> #include <stddef.h> +#include <string.h> #include <sys/socket.h> #include <sys/un.h> -- 1.9.3 -- 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