* resolv.h: #include <netinet/in.h> for sockaddr_in typedef.

This commit is contained in:
Corinna Vinschen
2008-12-09 16:09:46 +00:00
parent cf2f4a6aef
commit 373e8a118b
2 changed files with 5 additions and 0 deletions

View File

@ -66,6 +66,7 @@
#include <sys/socket.h>
#include <stdio.h>
#include <arpa/nameser.h>
#include <netinet/in.h>
/*
* Revision information. This is the release date in YYYYMMDD format.