vhci: Added a patch
[simavr] / examples / vhci / patches / vhci-0002-need-unistd-for-usleep.patch
1 diff -uwr libusb_vhci-0.6.orig/src/local_hcd.cpp libusb_vhci-0.6/src/local_hcd.cpp
2 --- libusb_vhci-0.6.orig/src/local_hcd.cpp      2012-05-18 11:52:17.097659487 +0100
3 +++ libusb_vhci-0.6/src/local_hcd.cpp   2012-05-18 11:52:45.161659975 +0100
4 @@ -21,6 +21,7 @@
5  #endif
6  
7  #include <stdlib.h>
8 +#include <unistd.h>
9  #include <new>
10  #include "libusb_vhci.h"
11