mirror of
https://github.com/shakemid/pcsensor-temper.git
synced 2025-01-21 09:08:17 +01:00
Update libusb-1.0 include
- Use #include <libusb-1.0/libusb.h> - Fixes MinGW-w64 compile error: pcsensor.c:42:10: fatal error: libusb.h: No such file or directory
This commit is contained in:
parent
2b05d739e3
commit
603a747893
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
||||||
#include <strings.h>
|
#include <strings.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <libusb.h>
|
#include <libusb-1.0/libusb.h>
|
||||||
|
|
||||||
#define VERSION "1.2.0"
|
#define VERSION "1.2.0"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue