From ec8f81160d605505f9117461916e7f69f151f2d2 Mon Sep 17 00:00:00 2001 From: Andreas Gal Date: Wed, 27 Apr 2005 13:46:36 -0700 Subject: [PATCH] Fix up 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 Signed-off-by: Linus Torvalds diff --git a/rsh.c b/rsh.c index 4d6a90b..af2f47b 100644 --- a/rsh.c +++ b/rsh.c @@ -1,6 +1,7 @@ #include "rsh.h" #include +#include #include #include "cache.h" -- cgit v0.10.2-6-g49f6