From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Szymon Janc To: linux-bluetooth@vger.kernel.org Cc: Szymon Janc Subject: [PATCH 2/2] shared/uhid: Use uhid_copy.h instead of system header Date: Sat, 24 May 2014 20:53:58 +0200 Message-Id: <1400957638-18418-2-git-send-email-szymon.janc@gmail.com> In-Reply-To: <1400957638-18418-1-git-send-email-szymon.janc@gmail.com> References: <1400957638-18418-1-git-send-email-szymon.janc@gmail.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: --- src/shared/uhid.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/shared/uhid.h b/src/shared/uhid.h index fcf5379..459a249 100644 --- a/src/shared/uhid.h +++ b/src/shared/uhid.h @@ -23,7 +23,8 @@ #include #include -#include + +#include "profiles/input/uhid_copy.h" struct bt_uhid; -- 2.0.0.rc4