[Pcsclite-cvs-commit] r5838 - /trunk/Drivers/ccid/src/ifdhandler.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Wed Jul 6 09:56:25 UTC 2011


Author: rousseau
Date: Wed Jul  6 09:56:25 2011
New Revision: 5838

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5838
Log:
Fix compiler warning

ifdhandler.c: In function ‘IFDHGetCapabilities’:
ifdhandler.c:612: warning: implicit declaration of function ‘strlcpy’
ifdhandler.c:612: warning: nested extern declaration of ‘strlcpy’

Modified:
    trunk/Drivers/ccid/src/ifdhandler.c

Modified: trunk/Drivers/ccid/src/ifdhandler.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/src/ifdhandler.c?rev=5838&op=diff
==============================================================================
--- trunk/Drivers/ccid/src/ifdhandler.c (original)
+++ trunk/Drivers/ccid/src/ifdhandler.c Wed Jul  6 09:56:25 2011
@@ -38,6 +38,7 @@
 #include "towitoko/atr.h"
 #include "towitoko/pps.h"
 #include "parser.h"
+#include "strlcpycat.h"
 
 #ifdef HAVE_PTHREAD
 #include <pthread.h>




More information about the Pcsclite-cvs-commit mailing list