projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd8c2c1
)
Include sys/types.h for the definitions
author
Jim Meyering
<jim@meyering.net>
Sun, 3 Nov 1996 20:59:43 +0000
(20:59 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 3 Nov 1996 20:59:43 +0000
(20:59 +0000)
(otherwise missing on some systems) of caddr_t (used by
sys/socket.h) and ushort (used by netinet/in.h). From Karl Heuer.
lib/canon-host.c
patch
|
blob
|
history
diff --git
a/lib/canon-host.c
b/lib/canon-host.c
index 161fdb34f926535b734249aa96b6003baa8d2caf..39d8789111a43f70901e57028537871bbbb24808 100644
(file)
--- a/
lib/canon-host.c
+++ b/
lib/canon-host.c
@@
-22,6
+22,7
@@
# include <config.h>
#endif
+#include <sys/types.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif