Fix hf_colin standalone broken by recent include files reorganization

This commit is contained in:
Philippe Teuwen 2019-07-16 19:31:59 +02:00
commit 48279e85d9

View file

@ -22,6 +22,7 @@
#include "iso14443a.h"
#include "protocols.h"
#include "util.h"
#include "pmflash.h"
#include "standalone.h" // standalone definitions
#include <stdbool.h> // for bool
#include <stdio.h>