From fa377097edb3f9c1e10a9fd9d11d08bcddf0864f Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Thu, 21 Aug 2014 22:45:49 -0400 Subject: [PATCH] string.h should be stddef.h --- source/list/list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/list/list.h b/source/list/list.h index a2f6c6e..38608e0 100644 --- a/source/list/list.h +++ b/source/list/list.h @@ -5,7 +5,7 @@ extern "C" { #endif -#include +#include #include /** A linked list node. */ -- 2.55.0