Include stdint.h for better compatibility

This commit is contained in:
XOR 2023-09-25 22:28:38 +02:00
parent 527e8b372a
commit 781bb0228b

View file

@ -17,6 +17,7 @@
#include <sys/types.h> #include <sys/types.h>
#include <time.h> #include <time.h>
#include <stdbool.h> #include <stdbool.h>
#include <stdint.h>
#define WORD 32 #define WORD 32