Include reader.h if found.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2537 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
martin 2005-09-05 11:29:57 +00:00
parent c8356689e0
commit d744a6e5f5

View File

@ -32,6 +32,10 @@
#include <winscard.h>
#endif
#ifdef HAVE_READER_H
#include <reader.h>
#endif
/* Default timeout value for SCardGetStatusChange
* Needs to be increased for some broken PC/SC
* Lite implementations.