mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
* net_db.c: Added #include <sys/socket.h>.
This commit is contained in:
parent
2ebf31560f
commit
cae7644108
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Sat Dec 21 14:50:42 1996 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
|
||||
|
||||
* net_db.c: Added #include <sys/socket.h>.
|
||||
|
||||
Sat Dec 21 00:33:03 1996 Gary Houston <ghouston@actrix.gen.nz>
|
||||
|
||||
* filesys.c (scm_input_waiting_p): use select in preference to
|
||||
|
|
|
@ -58,6 +58,7 @@
|
|||
#endif
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netdb.h>
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue