[Pcsclite-cvs-commit] r4910 - /trunk/PCSC/src/readerfactory.h

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Mon May 3 09:25:07 UTC 2010


Author: rousseau
Date: Mon May  3 09:24:54 2010
New Revision: 4910

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=4910
Log:
Add missing #include <pthread.h>

Compilation failed on Android but not on my Debian as the libC is
different on the two systems. On Debian sys/types.h defines pthread
types

Modified:
    trunk/PCSC/src/readerfactory.h

Modified: trunk/PCSC/src/readerfactory.h
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/readerfactory.h?rev=4910&op=diff
==============================================================================
--- trunk/PCSC/src/readerfactory.h (original)
+++ trunk/PCSC/src/readerfactory.h Mon May  3 09:24:54 2010
@@ -18,6 +18,7 @@
 #define __readerfactory_h__
 
 #include <inttypes.h>
+#include <pthread.h>
 
 #include "ifdhandler.h"
 #include "pcscd.h"




More information about the Pcsclite-cvs-commit mailing list