mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-11 07:17:58 +00:00
adding path to libusb include
This commit is contained in:
parent
dc6e2f4e18
commit
c3bda2b709
@ -54,10 +54,6 @@
|
|||||||
#include <sys/wait.h>
|
#include <sys/wait.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_LIBUSB
|
|
||||||
#include <libusb.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
enum workio_commands {
|
enum workio_commands {
|
||||||
WC_GET_WORK,
|
WC_GET_WORK,
|
||||||
WC_SUBMIT_WORK,
|
WC_SUBMIT_WORK,
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
#ifndef __LIBZTEX_H__
|
#ifndef __LIBZTEX_H__
|
||||||
#define __LIBZTEX_H__
|
#define __LIBZTEX_H__
|
||||||
|
|
||||||
#include <libusb.h>
|
#include <libusb-1.0/libusb.h>
|
||||||
|
|
||||||
#define LIBZTEX_MAX_DESCRIPTORS 512
|
#define LIBZTEX_MAX_DESCRIPTORS 512
|
||||||
#define LIBZTEX_SNSTRING_LEN 10
|
#define LIBZTEX_SNSTRING_LEN 10
|
||||||
|
Loading…
Reference in New Issue
Block a user