karelzak / mutt-kz

mutt-kz is DEPRECATED in favor of neomutt project.
https://neomutt.org
Other
296 stars 51 forks source link

conditional include if <sys/syscall.h> #132

Closed flatcap closed 8 years ago

flatcap commented 8 years ago

This header file doesn't exist on all platforms. "configure" now checks for it.

Fixes: #130

This header was introduced by Sami Farin's commit "Bye srandom() and random()" (0fa69098) Note: The alternative is to delete the include. My build works fine without it which implies someone else is already conditionally including <sys/syscall.h>