Tue, 23 Jul 2013 12:14:17 +0200
changed includes in list.h to satisfy Mac OS X users
--- 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 <stddef.h> +#include <sys/types.h> #ifdef __cplusplus extern "C" {