diff --git a/src/dnssec/lib/binary.c b/src/dnssec/lib/binary.c index 454dc5a..8d642be 100644 --- a/src/dnssec/lib/binary.c +++ b/src/dnssec/lib/binary.c @@ -15,16 +15,18 @@ */ #include -#include #include +#include +#ifdef HAVE_NETTLE_VERSION_H +#include +#endif #include "binary.h" #include "error.h" #include "shared.h" typedef -#ifdef HAVE_NETTLE_VERSION_H - #include +#ifdef NETTLE_VERSION_MAJOR #if NETTLE_VERSION_MAJOR >= 3 size_t #else