1
0
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:
nelisky 2012-03-14 10:34:29 +00:00
parent dc6e2f4e18
commit c3bda2b709
3 changed files with 2 additions and 6 deletions

View File

@ -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,

View File

@ -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

View File

@ -62,7 +62,7 @@ void *alloca (size_t);
#endif #endif
#ifdef HAVE_LIBUSB #ifdef HAVE_LIBUSB
#include <libusb.h> #include <libusb-1.0/libusb.h>
#endif #endif
#ifdef USE_ZTEX #ifdef USE_ZTEX