Improve MacOSX portability: many thanks to Daniel Macks <dmacks@netspace.org> from #fink irc channel.

This commit is contained in:
Romuald Conty 2009-06-29 08:32:07 +00:00
parent d5b1ccea6d
commit 658f24ba3e
2 changed files with 12 additions and 0 deletions

View file

@ -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"