add missing includes and fix mf1ksim usage in hf_colin standalone mode

This commit is contained in:
Philippe Teuwen 2019-08-13 17:27:52 +02:00
commit 763c94334b
3 changed files with 22 additions and 1 deletions

View file

@ -9,6 +9,10 @@
// StandAlone Mod
//-----------------------------------------------------------------------------
#include <inttypes.h>
#include <stdbool.h>
#include <stddef.h>
#ifndef FALSE
#define FALSE 0
#endif