diff options
author | Andrew Thompson <thompsa@FreeBSD.org> | 2009-03-09 17:05:31 +0000 |
---|---|---|
committer | Andrew Thompson <thompsa@FreeBSD.org> | 2009-03-09 17:05:31 +0000 |
commit | a091d2a5259cbf29e34745516e64b04e30245894 (patch) | |
tree | b5cf98cf8c78c6e43ee0f978cafd29a6ff9d864a /lib/libusb20/libusb20_compat01.c | |
parent | fe9ee5e879007c21e8f6368901711495655a69b6 (diff) | |
download | src-a091d2a5259cbf29e34745516e64b04e30245894.tar.gz src-a091d2a5259cbf29e34745516e64b04e30245894.zip |
Install libusb20.so.1 as libusb.so.1, there will be a followup commit to the
ports tree so that programs use libusb from the base by default. Thanks to
Stanislav Sedov for sorting out the ports build.
Bump __FreeBSD_version to 800069
Help and testing by: stas
Notes
Notes:
svn path=/head/; revision=189585
Diffstat (limited to 'lib/libusb20/libusb20_compat01.c')
-rw-r--r-- | lib/libusb20/libusb20_compat01.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libusb20/libusb20_compat01.c b/lib/libusb20/libusb20_compat01.c index 5d3f0d31584a..5e1e8e181f88 100644 --- a/lib/libusb20/libusb20_compat01.c +++ b/lib/libusb20/libusb20_compat01.c @@ -37,7 +37,7 @@ #include "libusb20.h" #include "libusb20_desc.h" #include "libusb20_int.h" -#include "libusb20_compat01.h" +#include "usb.h" /* * The two following macros were taken from the original LibUSB v0.1 |