summaryrefslogtreecommitdiffstats
path: root/lib/base/dnsdmain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/base/dnsdmain.cpp')
-rw-r--r--lib/base/dnsdmain.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/base/dnsdmain.cpp b/lib/base/dnsdmain.cpp
index 6ed82428..7cbc0567 100644
--- a/lib/base/dnsdmain.cpp
+++ b/lib/base/dnsdmain.cpp
@@ -35,6 +35,11 @@
* Copyright (C) 2005 Red Hat, Inc.
* All rights reserved.
* END COPYRIGHT BLOCK **/
+
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
/*
* dnsdmain.c: DNS domain guessing stuff moved out of dns.c because of the
* string ball problems