resolve.c: *BSD needs <arpa/inet.h> header included to build

This commit is contained in:
Thomas Ries
2006-02-23 05:59:51 +00:00
parent 34fb9113ab
commit 4cecc33745
+1
View File
@@ -18,6 +18,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <arpa/inet.h>
#include <netinet/in.h>
#include <arpa/nameser.h>
#include <resolv.h>