From 8d4e934b08b10823f33ff74c477fec454913e952 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Fri, 22 Oct 2021 16:59:42 +0200 Subject: lib: avoid include loop with assert.h `assert.h` -> `xref.h` -> `typesafe.h` -> `assert.h` Might be possible to do this more cleanly some way, but that way is not obvious, so here's the "simple & dumb" approach. Signed-off-by: David Lamparter --- lib/atomlist.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/atomlist.c') diff --git a/lib/atomlist.c b/lib/atomlist.c index 3668b083d0..b7c9516a00 100644 --- a/lib/atomlist.c +++ b/lib/atomlist.c @@ -18,6 +18,8 @@ #include "config.h" #endif +#include + #include "atomlist.h" void atomlist_add_head(struct atomlist_head *h, struct atomlist_item *item) -- cgit v1.2.3