[PATCH] Fix up <sys/socket.h> include dependency
authorAndreas Gal <gal@uci.edu>
Wed, 27 Apr 2005 20:46:36 +0000 (13:46 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 27 Apr 2005 20:46:36 +0000 (13:46 -0700)
commitec8f81160d605505f9117461916e7f69f151f2d2
tree7c6f4de6d86f3a27581ae964674d9228ff84ee56
parent4765dd57e6115d6e04e26a652676f02abe9c143d
[PATCH] Fix up <sys/socket.h> include dependency

This makes rsh.c compile on Darwin/MacOSX (and might possibly help on
some Linux distributions too).

sys/socket.h needs sys/types.h

Signed-off-by: Andreas Gal <gal@uci.edu>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
rsh.c