fix pthread include for win32/mingw compilation.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4000 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2010-02-05 11:21:31 +00:00
parent f1471e4a0c
commit dc6bc0df4a
1 changed files with 2 additions and 0 deletions

View File

@ -35,7 +35,9 @@
#ifdef HAVE_IO_H
#include <io.h>
#endif
#ifdef HAVE_PTHREAD
#include <pthread.h>
#endif
/* Although not used, we need this for consistent exports */
void _sc_debug(sc_context_t *ctx, const char *format, ...)