File: vhci-0002-need-unistd-for-usleep.patch

package info (click to toggle)
simavr 1.6%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 20,268 kB
  • sloc: ansic: 362,806; makefile: 622; ruby: 70; python: 63
file content (11 lines) | stat: -rw-r--r-- 350 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
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 <stdlib.h>
+#include <unistd.h>
 #include <new>
 #include "libusb_vhci.h"