fixed windows compile

This commit is contained in:
roel@libnfc.org 2012-12-07 08:44:45 +00:00
commit 49ec6d1d1b
2 changed files with 3 additions and 2 deletions

View file

@ -14,6 +14,7 @@
#include "cmdparser.h"
#include "common.h"
#include "cmdmain.h"
#include "sleep.h"
#include "cmdhfepa.h"
@ -92,4 +93,4 @@ int CmdHFEPA(const char *Cmd)
// parse
CmdsParse(CommandTable, Cmd);
return 0;
}
}