summaryrefslogtreecommitdiffstats
path: root/lib/base/net.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/base/net.cpp')
-rw-r--r--lib/base/net.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/base/net.cpp b/lib/base/net.cpp
index 5c31032b..53c79f3a 100644
--- a/lib/base/net.cpp
+++ b/lib/base/net.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
+
/*
* net.c: sockets abstraction and DNS related things
*