kopia lustrzana https://github.com/Hamlib/Hamlib
Fix cppcheck "missingInclude" informational message
Fixes: tests/rigtestlibusb.c:30:0: information: Include file: "libusb.h" not found. [missingInclude]pull/1251/head
rodzic
51c88e0a6d
commit
01a2dd23ed
|
@ -27,7 +27,7 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#if defined(HAVE_LIBUSB_H)
|
#if defined(HAVE_LIBUSB_H)
|
||||||
#include "libusb.h"
|
#include <libusb.h>
|
||||||
#elif defined(HAVE_LIBUSB_1_0_LIBUSB_H)
|
#elif defined(HAVE_LIBUSB_1_0_LIBUSB_H)
|
||||||
#include <libusb-1.0/libusb.h>
|
#include <libusb-1.0/libusb.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Ładowanie…
Reference in New Issue