This is an automated email from Gerrit. Andreas Fritiofson ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/1795
-- gerrit commit 515c9b75a45eab48cb9357157509782dd6dbac97 Author: Andreas Fritiofson <[email protected]> Date: Mon Nov 4 23:37:52 2013 +0100 ulink: Fix libusb include changed since pkg-config merge Change-Id: I1556aaf117f99de046e3c16d5386faaaefdfefd8 Signed-off-by: Andreas Fritiofson <[email protected]> diff --git a/src/jtag/drivers/ulink.c b/src/jtag/drivers/ulink.c index d93150d..8c2b9db 100644 --- a/src/jtag/drivers/ulink.c +++ b/src/jtag/drivers/ulink.c @@ -26,7 +26,7 @@ #include <jtag/interface.h> #include <jtag/commands.h> #include <target/image.h> -#include <libusb-1.0/libusb.h> +#include <libusb.h> #include "OpenULINK/include/msgtypes.h" /** USB Vendor ID of ULINK device in unconfigured state (no firmware loaded -- ------------------------------------------------------------------------------ November Webinars for C, C++, Fortran Developers Accelerate application performance with scalable programming models. Explore techniques for threading, error checking, porting, and tuning. Get the most from the latest Intel processors and coprocessors. See abstracts and register http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
