# NEVER ever include nameser_compat.h, it's included in various ways in different OSes by nameser.h if needed
- Fixed memory leak in extension loading when an error occurs on Windows.
(Pierre)
+- Fixed bug #50508 (compile failure: Conflicting HEADER type declarations).
+ (Jani)
- Fixed bug #50496 (Use of <stdbool.h> is valid only in a c99 compilation
environment. (Sriram)
- Fixed bug #50464 (declare encoding doesn't work within an included file).
netinet/in.h \
alloca.h \
arpa/inet.h \
-arpa/nameser_compat.h \
arpa/nameser.h \
assert.h \
crypt.h \
#if HAVE_ARPA_NAMESER_H
#include <arpa/nameser.h>
#endif
-#if HAVE_ARPA_NAMESER_COMPAT_H
-#include <arpa/nameser_compat.h>
-#endif
#if HAVE_RESOLV_H
#include <resolv.h>
#endif