mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-03 06:11:46 +00:00
Improve MacOSX portability: many thanks to Daniel Macks <dmacks@netspace.org> from #fink irc channel.
This commit is contained in:
@@ -25,7 +25,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifndef __APPLE__
|
||||
#include <winscard.h>
|
||||
#else
|
||||
#include <PCSC/winscard.h>
|
||||
#endif
|
||||
|
||||
#include "defines.h"
|
||||
#include "bitutils.h"
|
||||
|
||||
Reference in New Issue
Block a user