diff options
Diffstat (limited to 'lib/base/fsmutex.cpp')
-rw-r--r-- | lib/base/fsmutex.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/base/fsmutex.cpp b/lib/base/fsmutex.cpp index bd4f4357..f43f4c0f 100644 --- a/lib/base/fsmutex.cpp +++ b/lib/base/fsmutex.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 + /* * fsmutex: Mutexes that are filesystem-based so they're available from more * than one process and address space |