diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2008-12-23 05:39:54 +0100 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2008-12-23 05:39:54 +0100 | 
| commit | 290427f21ea089c37184886c6569e8a01b990cca (patch) | |
| tree | c604c2cfb385a41567fccbb928ff69863acda5b1 /tools/hciattach_st.c | |
| parent | 500702b6b2adb8fb0bfd118250464cdeca33edcb (diff) | |
Fix broken forward declarations
Diffstat (limited to 'tools/hciattach_st.c')
| -rw-r--r-- | tools/hciattach_st.c | 2 | 
1 files changed, 2 insertions, 0 deletions
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 <bluetooth/bluetooth.h> +#include "hciattach.h" +  static int debug = 0;  static int do_command(int fd, uint8_t ogf, uint16_t ocf,  | 
