summaryrefslogtreecommitdiffstats
path: root/tests/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/list.c')
-rw-r--r--tests/list.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/list.c b/tests/list.c
index b3d74a1..5d0403f 100644
--- a/tests/list.c
+++ b/tests/list.c
@@ -4,8 +4,11 @@
#include "tests.h"
#include "bfs.h"
+#include "diag.h"
#include "list.h"
+#include <stddef.h>
+
struct item {
int n;
struct item *next;