# HG changeset patch # User Mike Becker # Date 1374574457 -7200 # Node ID dffb551c5f18bec5bb56d13fd251861c5f8abe48 # Parent fca8efb122de0d6b9a87870a807faf05a96843b3 changed includes in list.h to satisfy Mac OS X users diff -r fca8efb122de -r dffb551c5f18 ucx/list.h --- a/ucx/list.h Tue Jul 23 12:06:28 2013 +0200 +++ b/ucx/list.h Tue Jul 23 12:14:17 2013 +0200 @@ -38,7 +38,7 @@ #include "ucx.h" #include "allocator.h" -#include +#include #ifdef __cplusplus extern "C" {