Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/astro/gpsbabel/files/patch-jeeps_gpslibusb.cc
16465 views
1
--- jeeps/gpslibusb.cc.orig 2020-09-12 23:57:25 UTC
2
+++ jeeps/gpslibusb.cc
3
@@ -32,7 +32,7 @@
4
// We use our own libusb.
5
# include "mac/libusb/libusb.h"
6
# else
7
-# include <libusb-1.0/libusb.h>
8
+# include <libusb.h>
9
# endif
10
#include "../defs.h"
11
#include "garminusb.h"
12
13