From 290427f21ea089c37184886c6569e8a01b990cca Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 23 Dec 2008 05:39:54 +0100 Subject: Fix broken forward declarations --- tools/hciattach_st.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/hciattach_st.c') diff --git a/tools/hciattach_st.c b/tools/hciattach_st.c index 2c7d7438..6f18c969 100644 --- a/tools/hciattach_st.c +++ b/tools/hciattach_st.c @@ -37,6 +37,8 @@ #include +#include "hciattach.h" + static int debug = 0; static int do_command(int fd, uint8_t ogf, uint16_t ocf, -- cgit