From: Marcel Bruinsma on
In article <slrnfultlt.ahh.slimick(a)cameron.upb.pitt.edu>,
John Slimick wrote:

> I must have bunged something up, by my
> gcc 4.1.2 compiler on Fedora 7 can't find
>
> size_t
> ptrdiff_t

#include <sys/types.h> <= size_t but NOT ptrdiff_t
#include <stddef.h> <= size_t AND ptrdiff_t

br,
Marcel