changed includes in list.h to satisfy Mac OS X users

Tue, 23 Jul 2013 12:14:17 +0200

author
Mike Becker <universe@uap-core.de>
date
Tue, 23 Jul 2013 12:14:17 +0200
changeset 126
dffb551c5f18
parent 125
fca8efb122de
child 127
5418bda21896

changed includes in list.h to satisfy Mac OS X users

ucx/list.h file | annotate | diff | comparison | revisions
     1.1 --- a/ucx/list.h	Tue Jul 23 12:06:28 2013 +0200
     1.2 +++ b/ucx/list.h	Tue Jul 23 12:14:17 2013 +0200
     1.3 @@ -38,7 +38,7 @@
     1.4  
     1.5  #include "ucx.h"
     1.6  #include "allocator.h"
     1.7 -#include <stddef.h>
     1.8 +#include <sys/types.h>
     1.9  
    1.10  #ifdef	__cplusplus
    1.11  extern "C" {

mercurial