diff options
Diffstat (limited to 'src/resolve/resolved-dnstls-openssl.h')
-rw-r--r-- | src/resolve/resolved-dnstls-openssl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/resolve/resolved-dnstls-openssl.h b/src/resolve/resolved-dnstls-openssl.h index c57bc1c57c..f0dccf32e6 100644 --- a/src/resolve/resolved-dnstls-openssl.h +++ b/src/resolve/resolved-dnstls-openssl.h @@ -5,9 +5,8 @@ #error This source file requires DNS-over-TLS to be enabled and OpenSSL to be available. #endif -#include <stdbool.h> - #include <openssl/ssl.h> +#include <stdbool.h> struct DnsTlsServerData { SSL_CTX *ctx; |