From c60b6ea661401591efdb8eef419ba70c1ffb8774 Mon Sep 17 00:00:00 2001 From: arno Date: Tue, 17 Nov 2009 07:59:05 +0000 Subject: [PATCH] - Fix for *nix DNS usage. git-svn-id: https://ttuki.vtt.fi/svn/p2p-next/TUD/p2tp/trunk@567 e16421f0-f15b-0410-abcd-98678b794739 --- exec/trial.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/exec/trial.cpp b/exec/trial.cpp index 9e9b64d..f63fcfb 100644 --- a/exec/trial.cpp +++ b/exec/trial.cpp @@ -10,6 +10,9 @@ #include #include #include "compat/util.h" +#ifndef _WIN32 +#include +#endif using namespace p2tp; -- 2.20.1