misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
evilsocket 2019-02-21 13:48:20 +01:00
commit 08a49a434c
No known key found for this signature in database
GPG key ID: 1564D7F30393A456
2 changed files with 2 additions and 0 deletions

View file

@ -17,6 +17,7 @@ package gousb
// #cgo LDFLAGS: -lusb-1.0
// #cgo CFLAGS: -I/usr/include/libusb-1.0
// #cgo android CFLAGS: -I/data/data/com.termux/files/usr/include/libusb-1.0
// #include <libusb.h>
import "C"
import "strconv"