From: Michael D. Lowis Date: Fri, 22 Aug 2014 02:45:49 +0000 (-0400) Subject: string.h should be stddef.h X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=fa377097edb3f9c1e10a9fd9d11d08bcddf0864f;p=projs%2Flibcds.git string.h should be stddef.h --- 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. */