mirror of
https://github.com/Hamlib/Hamlib
synced 2026-08-13 17:32:05 -04:00
Fix cppcheck "missingInclude" informational message
Fixes: tests/rigtestlibusb.c:30:0: information: Include file: "libusb.h" not found. [missingInclude]
This commit is contained in:
parent
51c88e0a6d
commit
01a2dd23ed
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
#include <string.h>
|
||||
#include "config.h"
|
||||
#if defined(HAVE_LIBUSB_H)
|
||||
#include "libusb.h"
|
||||
#include <libusb.h>
|
||||
#elif defined(HAVE_LIBUSB_1_0_LIBUSB_H)
|
||||
#include <libusb-1.0/libusb.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue