diff options
-rw-r--r-- | regress/lib/libssl/dtls/dtlstest.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libssl/dtls/dtlstest.c b/regress/lib/libssl/dtls/dtlstest.c index 7292ea1cf69..cf3bd76c931 100644 --- a/regress/lib/libssl/dtls/dtlstest.c +++ b/regress/lib/libssl/dtls/dtlstest.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dtlstest.c,v 1.7 2021/02/07 14:52:17 jsing Exp $ */ +/* $OpenBSD: dtlstest.c,v 1.8 2021/05/03 23:44:05 inoguchi Exp $ */ /* * Copyright (c) 2020 Joel Sing <jsing@openbsd.org> * @@ -16,10 +16,10 @@ */ #include <netinet/in.h> -#include <sys/limits.h> #include <sys/socket.h> #include <err.h> +#include <limits.h> #include <poll.h> #include <unistd.h> |