summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/users.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/users.h b/include/users.h
index 30fa937fb..641c33f01 100644
--- a/include/users.h
+++ b/include/users.h
@@ -393,6 +393,8 @@ class userrec : public connection
/** Thread used for threaded lookups
*/
pthread_t dnsthread;
+#else
+ int dns_fd;
#endif
};