diff options
Diffstat (limited to 'stun/tests')
-rw-r--r-- | stun/tests/test-bind.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stun/tests/test-bind.c b/stun/tests/test-bind.c index a3d4753..7df9b3c 100644 --- a/stun/tests/test-bind.c +++ b/stun/tests/test-bind.c @@ -157,6 +157,7 @@ static void big_srv_addr (void) } +#ifdef HAVE_POLL /** Timeout test */ static void timeout (void) { @@ -178,6 +179,7 @@ static void timeout (void) close (servfd); } +#endif /** Malformed responses test */ static void bad_responses (void) |