Fix some missing include statements which impact using proxmark3 client as a library.

This commit is contained in:
Michael Farrell
2016-12-23 17:35:50 +10:00
parent 62d0bbf62f
commit faad338efe
3 changed files with 4 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
#include "common.h"
#include "mifare.h" // nonces_t struct
#include "ui.h" // PrintAndLog
#include "util.h" // FALSE / TRUE
#include "proxmark3.h"
#include "mifarehost.h"