[PATCH] Fix up <sys/socket.h> include dependency
[git.git] / rsh.c
diff --git a/rsh.c b/rsh.c
index 4d6a90b..af2f47b 100644 (file)
--- a/rsh.c
+++ b/rsh.c
@@ -1,6 +1,7 @@
 #include "rsh.h"
 
 #include <string.h>
+#include <sys/types.h>
 #include <sys/socket.h>
 
 #include "cache.h"