This commit is contained in:
maliakal_d 2021-09-07 17:07:49 +02:00
parent 072271d21b
commit 790d995eab

View File

@ -3,6 +3,7 @@
#include "md5.h" #include "md5.h"
#include <stdint.h> // int64_t #include <stdint.h> // int64_t
#include <stdio.h> #include <stdio.h>
#include <sys/types.h>
#include <time.h> #include <time.h>
enum numberMode { DEC, HEX }; enum numberMode { DEC, HEX };