From 2718e8554d3dc72918c6813d5b7bcca2bbf0cda9 Mon Sep 17 00:00:00 2001 From: Michel Pollet Date: Fri, 18 May 2012 12:45:52 +0100 Subject: [PATCH] vhci: Added a patch Somehow now also need an extra include... Signed-off-by: Michel Pollet --- .../patches/vhci-0002-need-unistd-for-usleep.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 examples/vhci/patches/vhci-0002-need-unistd-for-usleep.patch 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" + -- 2.39.5