summaryrefslogtreecommitdiff
path: root/comms/linrad/files/patch-usb2lpd.c
blob: 3ed6fbae5fbf1d43cf7c9e54b7f05ca6024692e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- usb2lpt.c.orig	2014-06-27 18:13:15.000000000 -0700
+++ usb2lpt.c	2014-06-27 18:13:45.000000000 -0700
@@ -47,7 +47,7 @@
 #if LIBUSB_VERSION == 1
 
 
-#include <libusb-1.0/libusb.h>
+#include <libusb.h>
 #else
 #include <usb.h>  
 #include "usbdefs.h"