From: Michel Pollet Date: Fri, 18 May 2012 11:45:52 +0000 (+0100) Subject: vhci: Added a patch X-Git-Tag: v1.0b2~2 X-Git-Url: https://git.htl-mechatronik.at/public/?a=commitdiff_plain;h=2718e8554d3dc72918c6813d5b7bcca2bbf0cda9;p=sx%2Fsimavr.git vhci: Added a patch Somehow now also need an extra include... Signed-off-by: Michel Pollet --- diff --git a/examples/vhci/patches/vhci-0002-need-unistd-for-usleep.patch b/examples/vhci/patches/vhci-0002-need-unistd-for-usleep.patch new file mode 100644 index 0000000..a33471b --- /dev/null +++ b/examples/vhci/patches/vhci-0002-need-unistd-for-usleep.patch @@ -0,0 +1,11 @@ +diff -uwr libusb_vhci-0.6.orig/src/local_hcd.cpp libusb_vhci-0.6/src/local_hcd.cpp +--- libusb_vhci-0.6.orig/src/local_hcd.cpp 2012-05-18 11:52:17.097659487 +0100 ++++ libusb_vhci-0.6/src/local_hcd.cpp 2012-05-18 11:52:45.161659975 +0100 +@@ -21,6 +21,7 @@ + #endif + + #include ++#include + #include + #include "libusb_vhci.h" +