fix compiling under MAC OSX

This commit is contained in:
roel@libnfc.org 2011-09-05 11:44:45 +00:00
parent 3d77fdfab5
commit 38c4979dae
3 changed files with 8 additions and 8 deletions

View file

@ -14,7 +14,7 @@
#include <ctype.h>
#include "util.h"
#ifdef __linux__
#ifndef WIN32
#include <termios.h>
#include <sys/ioctl.h>
int ukbhit(void)