2004-10-19 Roland McGrath <roland@redhat.com>

* sock.c [! LINUX]: Include <sys/socket.h> before <sys/sockio.h>.
	Reported by Marty Leisner <mleisner@eng.mc.xerox.com>.
This commit is contained in:
Roland McGrath 2004-10-19 23:33:50 +00:00
parent 5e02a5793d
commit 8988d1e16c

1
sock.c
View File

@ -33,6 +33,7 @@
#include <sys/socket.h>
#include <linux/sockios.h>
#else
#include <sys/socket.h>
#include <sys/sockio.h>
#endif
#include <arpa/inet.h>