We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b19442 commit 500c8d8Copy full SHA for 500c8d8
src/all_scans.c
@@ -7,7 +7,6 @@
7
#include "results.h"
8
#include "main.h"
9
#include "file_system.h"
10
-#include "utils.h"
11
#include "vector.h"
12
#include "thpool.h"
13
#include "debug.h"
@@ -16,6 +15,7 @@
16
15
#include "error_logger.h"
17
18
#include <stdio.h>
+#include <errno.h>
19
#include <stdlib.h>
20
#include <unistd.h>
21
#include <pthread.h>
0 commit comments