mirror of
https://git.familie-radermacher.ch/linux/ptouch-print.git
synced 2025-05-13 23:32:59 +00:00
Add different libusb include path for FreeBSD
This commit is contained in:
parent
ad4e1541de
commit
8aaeecd84b
@ -18,7 +18,11 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#ifdef __FreeBSD__
|
||||||
|
#include <libusb.h>
|
||||||
|
#else
|
||||||
#include <libusb-1.0/libusb.h>
|
#include <libusb-1.0/libusb.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
struct _pt_tape_info {
|
struct _pt_tape_info {
|
||||||
uint8_t mm; /* Tape width in mm */
|
uint8_t mm; /* Tape width in mm */
|
||||||
|
Loading…
Reference in New Issue
Block a user