[Pcsclite-cvs-commit] r2028 - trunk/PCSC/src

Ludovic Rousseau rousseau at costa.debian.org
Tue May 2 06:58:10 UTC 2006


Author: rousseau
Date: 2006-05-02 06:58:07 +0000 (Tue, 02 May 2006)
New Revision: 2028

Modified:
   trunk/PCSC/src/sys_generic.h
Log:
#include <sys/mman.h> so that MAP_FAILED is defined (value returned by
SYS_MemoryMap() in case of error)


Modified: trunk/PCSC/src/sys_generic.h
===================================================================
--- trunk/PCSC/src/sys_generic.h	2006-05-02 06:56:03 UTC (rev 2027)
+++ trunk/PCSC/src/sys_generic.h	2006-05-02 06:58:07 UTC (rev 2028)
@@ -21,6 +21,7 @@
 #endif
 
 #include <sys/stat.h>
+#include <sys/mman.h>
 
 	int SYS_Initialize(void);
 




More information about the Pcsclite-cvs-commit mailing list