fix bug if -DWITH_ISO14443a_StandAlone is removed from makefile (#598)

This commit is contained in:
marshmellow42 2018-05-03 13:36:51 -04:00 committed by pwpiwi
commit 854fdf15e0

View file

@ -31,7 +31,7 @@
#endif #endif
// Craig Young - 14a stand-alone code // Craig Young - 14a stand-alone code
#ifdef WITH_ISO14443a_StandAlone #ifdef WITH_ISO14443a
#include "iso14443a.h" #include "iso14443a.h"
#endif #endif