--- gvpe/src/sockinfo.C 2005/03/18 01:53:05 1.19 +++ gvpe/src/sockinfo.C 2007/12/04 15:01:12 1.22 @@ -16,16 +16,21 @@ You should have received a copy of the GNU General Public License along with gvpe; if not, write to the Free Software - Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "config.h" #include +#include "gettext.h" + #include "sockinfo.h" #include "slog.h" +#include +#include + // all ipv4-based protocols #define PROTv4 (PROT_UDPv4 | PROT_TCPv4 | PROT_ICMPv4 | PROT_IPv4 | PROT_DNSv4)