From 2b8ac8212b7a36fde565ed82675f88f52b1217b8 Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Thu, 30 Nov 2017 19:08:59 +1100 Subject: clib: include system assert.h Signed-off-by: Stewart Smith --- clib/list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clib/list.h b/clib/list.h index f753794..a7f64bd 100644 --- a/clib/list.h +++ b/clib/list.h @@ -78,9 +78,9 @@ #include #include #include +#include #include "builtin.h" -#include "assert.h" #include "type.h" /* ==================================================================== */ -- cgit v1.2.1