diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-05-03 19:43:40 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-05-05 07:57:37 +0200 |
commit | c4c900e6bb0763e59a6d4a7f4c3fb5b27dc30e1e (patch) | |
tree | dca4ac9223de4887ef15c77c6102a3ca82e6380a /tests/mini-dtls-mtu.c | |
parent | 148d1bdb923c99761f1e33dea7bd1f2cba7520f3 (diff) | |
download | gnutls-c4c900e6bb0763e59a6d4a7f4c3fb5b27dc30e1e.tar.gz |
tests: mini-dtls-mtu: compile in windows
Diffstat (limited to 'tests/mini-dtls-mtu.c')
-rw-r--r-- | tests/mini-dtls-mtu.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/mini-dtls-mtu.c b/tests/mini-dtls-mtu.c index 189dff17a4..6d72a3dde9 100644 --- a/tests/mini-dtls-mtu.c +++ b/tests/mini-dtls-mtu.c @@ -34,7 +34,6 @@ #include <netinet/in.h> #include <sys/types.h> #include <sys/socket.h> -#include <sys/wait.h> #include "utils.h" #define SERVER_MTU 500 @@ -48,6 +47,8 @@ void doit(void) #else +#include <sys/wait.h> + /* Tests whether packing multiple DTLS records in a single UDP packet * will be handled correctly. */ |