Fix compilation error on mfd_aes_brute

This commit is contained in:
Philippe Teuwen 2022-02-14 19:19:08 +01:00
parent 6da5c9d0f4
commit 0751fbb701

View file

@ -22,6 +22,8 @@
// makes it ~14% slower
//#define SPINNER
#define __STDC_FORMAT_MACROS
#include <inttypes.h>
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>