forked from Lainports/freebsd-ports
This also allows us to return to standard libtool-handling. PR: ports/80169 Submitted by: Helge Oldach Approved by: maintainer timeout
13 lines
171 B
C++
13 lines
171 B
C++
|
|
$FreeBSD$
|
|
|
|
--- usbpp.cpp.orig
|
|
+++ usbpp.cpp
|
|
@@ -9,6 +9,7 @@
|
|
|
|
#include <errno.h>
|
|
#include <cstdlib>
|
|
+#include <cstdio>
|
|
|
|
//remove after debugging
|
|
#include <iostream>
|