Fix getrandom on older versions

This commit is contained in:
Vadim Vetrov
2024-10-12 16:55:27 +03:00
parent e9b033ccca
commit 05cc0054d8
3 changed files with 24 additions and 8 deletions

4
args.h
View File

@@ -1,6 +1,3 @@
#include "utils.h"
#include "tls.h"
#ifndef ARGS_H
#define ARGS_H
@@ -11,5 +8,4 @@ int parse_args(int argc, char *argv[]);
/* Prints starting messages */
void print_welcome();
#endif /* ARGS_H */