Restore netinet/in.h include that was removed in the DECnet commit.

This commit is contained in:
Eric Anholt 2006-07-28 15:29:05 -07:00
parent b7c96681b2
commit b3a2f83f1e

View File

@ -29,6 +29,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <netinet/in.h>
#ifdef DNETCONN
#include <netdnet/dnetdb.h>
#include <netdnet/dn.h>