From 452e4b31bf24963384cb1d650fcb8b575b0f4fcf Mon Sep 17 00:00:00 2001 From: Roel Verdult Date: Wed, 22 Jul 2009 10:02:28 +0000 Subject: [PATCH] mac pcsc compilation --- src/dev_acr122.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/dev_acr122.c b/src/dev_acr122.c index 6ed013b..fa297a0 100644 --- a/src/dev_acr122.c +++ b/src/dev_acr122.c @@ -28,7 +28,8 @@ along with this program. If not, see #ifndef __APPLE__ #include #else -#include +#include +#include #endif #include "defines.h"