git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
4765dd5
)
[PATCH] Fix up <sys/socket.h> include dependency
author
Andreas Gal
<redacted>
Wed, 27 Apr 2005 20:46:36 +0000
(13:46 -0700)
committer
Linus Torvalds
<redacted>
Wed, 27 Apr 2005 20:46:36 +0000
(13:46 -0700)
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 <redacted>
Signed-off-by: Linus Torvalds <redacted>
rsh.c
patch
|
blob
|
history
diff --git
a/rsh.c
b/rsh.c
index 4d6a90bf6c1b290975fb2ac22f25979be56cb476..af2f47b174e3895e6c02c4cd8f16a89e3bacbbbb 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"
git clone https://git.99rst.org/PROJECT