projects
/
swift-upb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5689bb7
)
- Fix for *nix DNS usage.
author
arno
<arno@e16421f0-f15b-0410-abcd-98678b794739>
Tue, 17 Nov 2009 07:59:05 +0000
(07:59 +0000)
committer
arno
<arno@e16421f0-f15b-0410-abcd-98678b794739>
Tue, 17 Nov 2009 07:59:05 +0000
(07:59 +0000)
git-svn-id: https://ttuki.vtt.fi/svn/p2p-next/TUD/p2tp/trunk@567
e16421f0
-f15b-0410-abcd-
98678b794739
exec/trial.cpp
patch
|
blob
|
history
diff --git
a/exec/trial.cpp
b/exec/trial.cpp
index
9e9b64d
..
f63fcfb
100644
(file)
--- a/
exec/trial.cpp
+++ b/
exec/trial.cpp
@@
-10,6
+10,9
@@
#include <time.h>
#include <string>
#include "compat/util.h"
+#ifndef _WIN32
+#include <netdb.h>
+#endif
using namespace p2tp;