Skip to content

Commit a35b305

Browse files
committed
Adding missing headers
1 parent 67558a9 commit a35b305

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

test/array_test.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#include <time.h>
2+
13
#include "../src/array.h"
24
#include "test.h"
35

test/list_test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <stdbool.h>
99
#include <stdlib.h>
1010
#include <string.h>
11+
#include <time.h>
1112
#include "../src/list.h"
1213
#include "test.h"
1314

test/slist_test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include <stdbool.h>
22
#include <stdlib.h>
33
#include <string.h>
4+
#include <time.h>
45
#include "../src/slist.h"
56
#include "test.h"
67

0 commit comments

Comments
 (0)