summaryrefslogtreecommitdiffstats
path: root/lib/base/crit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/base/crit.cpp')
-rw-r--r--lib/base/crit.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/base/crit.cpp b/lib/base/crit.cpp
index b4495106..3e057494 100644
--- a/lib/base/crit.cpp
+++ b/lib/base/crit.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
+
/*
* crit.c: Critical section abstraction. Used in threaded servers to protect
* areas where two threads can interfere with each other.