[Pcsclite-cvs-commit] r2511 - trunk/Drivers/ccid/src
Ludovic Rousseau
rousseau at alioth.debian.org
Mon May 7 09:31:15 UTC 2007
Author: rousseau
Date: 2007-05-07 09:31:13 +0000 (Mon, 07 May 2007)
New Revision: 2511
Modified:
trunk/Drivers/ccid/src/commands.c
Log:
#include "ccid_usb.h" to avoid
commands.c:103: warning: implicit declaration of function 'ControlUSB'
Modified: trunk/Drivers/ccid/src/commands.c
===================================================================
--- trunk/Drivers/ccid/src/commands.c 2007-05-03 19:21:54 UTC (rev 2510)
+++ trunk/Drivers/ccid/src/commands.c 2007-05-07 09:31:13 UTC (rev 2511)
@@ -35,6 +35,7 @@
#include "ccid_ifdhandler.h"
#include "config.h"
#include "debug.h"
+#include "ccid_usb.h"
/* All the pinpad readers I used are more or less bogus
* I use code to change the user command and make the firmware happy */
More information about the Pcsclite-cvs-commit
mailing list