[Pcsclite-cvs-commit] PCSC/src muscletest.c,1.9,1.10

rousseau@haydn.debian.org rousseau@haydn.debian.org


Update of /cvsroot/pcsclite/PCSC/src
In directory haydn:/tmp/cvs-serv8989

Modified Files:
	muscletest.c 
Log Message:
use the local pcsclite.h instead of the (old) one already installed

This was problematic for MacOSX since winscard.h wanted to include
<PCSC/pcsclite.h> which is the old and incompatible one.


Index: muscletest.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/muscletest.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- muscletest.c	31 Mar 2004 13:50:54 -0000	1.9
+++ muscletest.c	6 May 2004 08:12:43 -0000	1.10
@@ -13,6 +13,9 @@
 #include <stdlib.h>
 #include <string.h>
 
+/* use the local pcsclite.h instead of the (old) one already installed */
+#include "pcsclite.h"
+
 #include <winscard.h>
 #include <mscdefines.h>
 #include <musclecard.h>