[Pcsclite-cvs-commit] r5148 - /trunk/PCSC/src/hotplug_libusb.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Tue Aug 17 06:41:55 UTC 2010


Author: rousseau
Date: Tue Aug 17 06:41:52 2010
New Revision: 5148

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5148
Log:
Do not hardcode the libusb-1.0 include header path (remove the
libusb-1.0/ part)

Modified:
    trunk/PCSC/src/hotplug_libusb.c

Modified: trunk/PCSC/src/hotplug_libusb.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/hotplug_libusb.c?rev=5148&op=diff
==============================================================================
--- trunk/PCSC/src/hotplug_libusb.c (original)
+++ trunk/PCSC/src/hotplug_libusb.c Tue Aug 17 06:41:52 2010
@@ -30,7 +30,7 @@
 #include <stdlib.h>
 #include <unistd.h>
 #include <errno.h>
-#include <libusb-1.0/libusb.h>
+#include <libusb.h>
 #include <pthread.h>
 
 #include "misc.h"




More information about the Pcsclite-cvs-commit mailing list