97f3544536
* Fix various compile warnings * Require newer autotools * Switch from QT to STL for C++ extensions * Linux: * Speed up small bulk and interrupt transfers to previous speeds * Fix case where bulk and interrupt transfers could block forever * Fix tree heirarchy building code (undocumented)
13 lines
270 B
Text
13 lines
270 B
Text
$NetBSD: patch-ab,v 1.5 2005/02/14 09:50:18 adam Exp $
|
|
|
|
--- usbpp.h.orig 2005-02-14 10:21:58.000000000 +0000
|
|
+++ usbpp.h
|
|
@@ -5,7 +5,7 @@
|
|
#include <string>
|
|
#include <list>
|
|
|
|
-#include <usb.h>
|
|
+#include "usb.h"
|
|
|
|
/*
|
|
* The following usb.h function is not wrapped yet:
|