1
Fork 0
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:
Mikael Djurfeldt 1996-12-21 13:52:08 +00:00
parent 2ebf31560f
commit cae7644108
2 changed files with 5 additions and 0 deletions

View file

@ -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

View file

@ -58,6 +58,7 @@
#endif
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
#include <netinet/in.h>
#include <arpa/inet.h>