On 9/26/07, John A. Grahor <[EMAIL PROTECTED]> wrote:
> I'm running RedHat 9 and dwm-4.5 fails to build.
>
> It craps out in regex.h where size_t is not defined.
nice
of course it's not a dwm bug

> I had to add #include <sys/types.h> before regex.h as per the regex man
> page to get things to work.
actually size_t is defined in stddef.h according to c89 and c99
standard (sys/types.h is posix)

Reply via email to