ndef include fix

This commit is contained in:
merlokk 2019-03-15 01:22:08 +02:00
commit 86b6ac5995

View file

@ -12,6 +12,8 @@
#include "ui.h"
#include "emv/dump.h"
#include "crypto/asn1utils.h"
#include "util.h"
#include <string.h>
#define STRBOOL(p) ((p) ? "+" : "-")