summaryrefslogtreecommitdiff
path: root/h
diff options
context:
space:
mode:
Diffstat (limited to 'h')
-rw-r--r--h/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/h/internal.h b/h/internal.h
index 84da0e0..8ae74b0 100644
--- a/h/internal.h
+++ b/h/internal.h
@@ -23,11 +23,11 @@
#define CLOCK_SKEW 300 /* max time to cache packet ids */
#endif
-#ifndef REALM_SZ /* XXX */
#include <arpa/nameser.h>
#ifdef HAVE_ARPA_NAMESER_COMPAT_H
#include <arpa/nameser_compat.h>
#endif
+#ifndef REALM_SZ /* XXX */
#define REALM_SZ NS_MAXDNAME
#endif
#define MAX_PRINCIPAL_SIZE 1024