Include <netinet/in.h> to squash one more compile-time warning.

MFC after:	3 days
This commit is contained in:
Garance A Drosehn 2002-04-25 07:41:49 +00:00
parent d4d6aee5a0
commit f16d68d06e

View File

@ -61,6 +61,8 @@ static const char rcsid[] =
#include <sys/param.h>
#include <sys/stat.h>
#include <netinet/in.h> /* N_BADMAG uses ntohl() */
#include <dirent.h>
#include <fcntl.h>
#include <a.out.h>