请教各位大虾们:
我写个蓝牙的小程序:
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/socket.h>
#include <bluetooth/bluetooth.h>
#include <bluetooth/rfcomm.h>
。。。。
编译时提示蓝牙的这两个头文件找不到怎么办?我用的系统是ubantu,搜索了下bluetooth这个 文件的位置是在: /usr/src/linux-headers-2.6.24-19/include/net/bluetooth,谢谢指点!
------解决方案--------------------------------------------------------
在makefile里面,将对应的文件路径加进去