compiling on windows again

This commit is contained in:
roel@libnfc.org 2013-02-28 21:36:09 +00:00
parent 54a942b05d
commit cb64309e4b
3 changed files with 3 additions and 3 deletions

View file

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