From 2fd93cc6e5d5ad99493971b298672b2e0c0ca48c Mon Sep 17 00:00:00 2001 From: Anderson Lizardo Date: Wed, 26 Sep 2012 14:22:42 -0400 Subject: [PATCH] build: Fix make distcheck for src/profile.c 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 4e84d1954..ad2ad4abe 100644 --- a/src/profile.c +++ b/src/profile.c @@ -34,9 +34,9 @@ #include #include +#include #include "btio.h" -#include "uuid.h" #include "log.h" #include "error.h" #include "dbus-common.h" -- 2.47.3