diff options
author | Karl Ramm <kcr@1ts.org> | 2009-04-02 19:06:47 +0000 |
---|---|---|
committer | Karl Ramm <kcr@1ts.org> | 2009-04-02 19:06:47 +0000 |
commit | bd7d19660c8d07b80f6da715f37a06ca9c0cca4b (patch) | |
tree | 2fa64518be84939524f5e36f7a3935833a441df1 /h | |
parent | b45c51ec03b86b8fbcae48ec7dda1cd8da56577f (diff) |
further arpa/nameser_compat.h hijinks for #39
Diffstat (limited to 'h')
-rw-r--r-- | h/internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/h/internal.h b/h/internal.h index 2869543..e0434bd 100644 --- a/h/internal.h +++ b/h/internal.h @@ -25,6 +25,9 @@ #ifndef REALM_SZ /* XXX */ #include <arpa/nameser.h> +#ifdef HAVE_ARPA_NAMESER_COMPAT_H +#include <arpa/nameser_compat.h> +#endif #define REALM_SZ NS_MAXDNAME #endif #define MAX_PRINCIPAL_SIZE 1024 |