[Pcsclite-cvs-commit] PCSC/src thread_win32.c,1.3,1.4

aet-guest@quantz.debian.org aet-guest@quantz.debian.org
Mon, 08 Sep 2003 12:36:01 +0200


Update of /cvsroot/pcsclite/PCSC/src
In directory quantz:/tmp/cvs-serv4942

Modified Files:
	thread_win32.c 
Log Message:
Add missing config.h


Index: thread_win32.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/thread_win32.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- thread_win32.c	7 Sep 2003 17:20:22 -0000	1.3
+++ thread_win32.c	8 Sep 2003 10:35:59 -0000	1.4
@@ -10,6 +10,7 @@
 
 ********************************************************************/
 
+#include "config.h"
 #include "thread_generic.h"
 #include <assert.h>