aboutsummaryrefslogtreecommitdiff
path: root/pcap-bt-linux.c
diff options
context:
space:
mode:
Diffstat (limited to 'pcap-bt-linux.c')
-rw-r--r--pcap-bt-linux.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pcap-bt-linux.c b/pcap-bt-linux.c
index d1c07fd1..f9d23079 100644
--- a/pcap-bt-linux.c
+++ b/pcap-bt-linux.c
@@ -28,7 +28,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * USB sniffig API implementation for linux platform
+ * Bluetooth sniffing API implementation for Linux platform
* By Paolo Abeni <paolo.abeni@email.com>
*
*/
@@ -38,6 +38,7 @@
#endif
#include "pcap-int.h"
+#include "pcap-bt-linux.h"
#ifdef NEED_STRERROR_H
#include "strerror.h"