(scripts) check_v2.c -add missing header (#548)

This commit is contained in:
Eduardo Novella
2023-05-23 04:24:42 +02:00
committed by GitHub
parent d014947a54
commit 325e843569

View File

@@ -6,6 +6,7 @@
#include <fcntl.h> #include <fcntl.h>
#include <unistd.h> #include <unistd.h>
#include <stdbool.h> #include <stdbool.h>
#include <stdint.h>
#define MAIN #define MAIN