summaryrefslogtreecommitdiffstats
path: root/lib/libadmin
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libadmin')
-rw-r--r--lib/libadmin/authdb.c5
-rw-r--r--lib/libadmin/error.c5
-rw-r--r--lib/libadmin/template.c5
-rw-r--r--lib/libadmin/util.c5
4 files changed, 20 insertions, 0 deletions
diff --git a/lib/libadmin/authdb.c b/lib/libadmin/authdb.c
index d42c6783..6ab86cdd 100644
--- a/lib/libadmin/authdb.c
+++ b/lib/libadmin/authdb.c
@@ -35,6 +35,11 @@
* Copyright (C) 2005 Red Hat, Inc.
* All rights reserved.
* END COPYRIGHT BLOCK **/
+
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
/*
* authdb.c: Functions to aid in user/group database admin
*
diff --git a/lib/libadmin/error.c b/lib/libadmin/error.c
index f6e0a3cd..dc726a7f 100644
--- a/lib/libadmin/error.c
+++ b/lib/libadmin/error.c
@@ -35,6 +35,11 @@
* Copyright (C) 2005 Red Hat, Inc.
* All rights reserved.
* END COPYRIGHT BLOCK **/
+
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
/*
* error.c - Handle error recovery
*
diff --git a/lib/libadmin/template.c b/lib/libadmin/template.c
index 630e41a9..247e801a 100644
--- a/lib/libadmin/template.c
+++ b/lib/libadmin/template.c
@@ -35,6 +35,11 @@
* Copyright (C) 2005 Red Hat, Inc.
* All rights reserved.
* END COPYRIGHT BLOCK **/
+
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
/*
* template.c: The actual HTML templates in a static variable
*
diff --git a/lib/libadmin/util.c b/lib/libadmin/util.c
index 28327d2d..1c6134d4 100644
--- a/lib/libadmin/util.c
+++ b/lib/libadmin/util.c
@@ -35,6 +35,11 @@
* Copyright (C) 2005 Red Hat, Inc.
* All rights reserved.
* END COPYRIGHT BLOCK **/
+
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
/*
* util.c: Miscellaneous stuffs
*