fix: missing includes when building with "gcc (GCC) 11.2.1 20220127 (Red Hat 11.2.1-9)"

This commit is contained in:
Thomas 2023-06-22 22:34:49 +02:00
parent 62aefa6d27
commit f138e54db6
2 changed files with 2 additions and 0 deletions

View file

@ -33,6 +33,7 @@
#include <time.h>
#include <pthread.h>
#include <unistd.h>
#include <inttypes.h>
#include "util_posix.h"
#define AEND "\x1b[0m"

View file

@ -35,6 +35,7 @@
#include <time.h>
#include <pthread.h>
#include <unistd.h>
#include <inttypes.h>
//#include <mbedtls/aes.h>
#include "util_posix.h"
#include "randoms.h"