Skip to content

Commit 500c8d8

Browse files
committed
Fixed incorrect import
1 parent 3b19442 commit 500c8d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/all_scans.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#include "results.h"
88
#include "main.h"
99
#include "file_system.h"
10-
#include "utils.h"
1110
#include "vector.h"
1211
#include "thpool.h"
1312
#include "debug.h"
@@ -16,6 +15,7 @@
1615
#include "error_logger.h"
1716

1817
#include <stdio.h>
18+
#include <errno.h>
1919
#include <stdlib.h>
2020
#include <unistd.h>
2121
#include <pthread.h>

0 commit comments

Comments
 (0)