* 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

@ -1,3 +1,7 @@
2008-12-08 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
* resolv.h: #include <netinet/in.h> for sockaddr_in typedef.
2008-12-07 Christian Franke <franke@computer.org>
* fhandler_registry.cc (encode_regname): Add Parameter add_val.

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.