Don't let the Nethack ports declare srandom() themselves.
As the prototype of srandom() has changed, be sure to no longer declare
the prototype of this function ourselves. Instead, simply pull in the
<stdlib.h> header that declares this function.
Reported by: antoine@
Reviewed by: glewis@
Differential Revision: https://reviews.freebsd.org/D7378