Browse Source

Merge branch 'uniscan2' into bfgminer

Luke Dashjr 12 years ago
parent
commit
df2176c637
1 changed files with 3 additions and 0 deletions
  1. 3 0
      lowl-usb.h

+ 3 - 0
lowl-usb.h

@@ -1,6 +1,9 @@
 #ifndef BFG_LOWL_USB_H
 #ifndef BFG_LOWL_USB_H
 #define BFG_LOWL_USB_H
 #define BFG_LOWL_USB_H
 
 
+#include <stdbool.h>
+#include <stdint.h>
+
 #include <libusb.h>
 #include <libusb.h>
 
 
 extern struct device_drv *bfg_claim_usb(struct device_drv * const, const bool verbose, const uint8_t usbbus, const uint8_t usbaddr);
 extern struct device_drv *bfg_claim_usb(struct device_drv * const, const bool verbose, const uint8_t usbbus, const uint8_t usbaddr);