[Pcsclite-cvs-commit] PCSC/src powermgt_macosx.c,1.10,1.11

aet-guest@quantz.debian.org aet-guest@quantz.debian.org
Mon, 08 Sep 2003 13:21:51 +0200


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

Modified Files:
	powermgt_macosx.c 
Log Message:
Include hotplug.h to avoid warning message


Index: powermgt_macosx.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/powermgt_macosx.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- powermgt_macosx.c	7 Sep 2003 20:28:53 -0000	1.10
+++ powermgt_macosx.c	8 Sep 2003 11:21:49 -0000	1.11
@@ -38,6 +38,7 @@
 #include "debuglog.h"
 #include "readerfactory.h"
 #include "thread_generic.h"
+#include "hotplug.h"
 
 static io_connect_t		root_port;
 static IONotificationPortRef	notify;