]> rtime.felk.cvut.cz Git - tiny-bt.git/blobdiff - src/hcidriver.c
changes in include
[tiny-bt.git] / src / hcidriver.c
index 24819b239fce27e74e51a45421fac51092b3e3bf..46833f0d23bc2baecd614c63ec940f9cd4eb9fb6 100644 (file)
@@ -4,13 +4,13 @@
 #include <string.h>
 #include <errno.h>
 #include <unistd.h>
-#include<stdint.h>
 #include <sys/poll.h>
 #include <sys/ioctl.h>
 #include "hcidriver.h"
 
 
 
+
 /************************** hci command functions**************************/
 int call_hci_inquiry_cmd(int dd, bt_address *p_addressarray,int timeout){
        inquiry_cp cmdp,*p_cmdp=&cmdp;