Fix this "make distcheck" error: ../src/profile.c:39:18: fatal error: uuid.h: No such file or directory --- src/profile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/profile.c b/src/profile.c index 4e84d19..ad2ad4a 100644 --- a/src/profile.c +++ b/src/profile.c @@ -34,9 +34,9 @@ #include <gdbus.h> #include <bluetooth/bluetooth.h> +#include <bluetooth/uuid.h> #include "btio.h" -#include "uuid.h" #include "log.h" #include "error.h" #include "dbus-common.h" -- 1.7.9.5 -- 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