[Pcsclite-cvs-commit] r4630 - /trunk/PCSC/src/ifdwrapper.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Fri Jan 1 22:02:06 UTC 2010


Author: rousseau
Date: Fri Jan  1 22:01:42 2010
New Revision: 4630

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=4630
Log:
add #include <unistd.h> to declare the timeval structure

In file included from ifdwrapper.c:31:
utils.h:26: warning: ‘struct timeval’ declared inside parameter list
utils.h:26: warning: its scope is only this definition or declaration, which is probably not what you want

Modified:
    trunk/PCSC/src/ifdwrapper.c

Modified: trunk/PCSC/src/ifdwrapper.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/ifdwrapper.c?rev=4630&op=diff
==============================================================================
--- trunk/PCSC/src/ifdwrapper.c (original)
+++ trunk/PCSC/src/ifdwrapper.c Fri Jan  1 22:01:42 2010
@@ -17,6 +17,7 @@
  */
 
 #include <errno.h>
+#include <unistd.h>
 #include "config.h"
 #include "misc.h"
 #include "pcscd.h"




More information about the Pcsclite-cvs-commit mailing list