diff options
Diffstat (limited to 'include/base/fsmutex.h')
-rw-r--r-- | include/base/fsmutex.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/base/fsmutex.h b/include/base/fsmutex.h index f5fe2422..5eca55c2 100644 --- a/include/base/fsmutex.h +++ b/include/base/fsmutex.h @@ -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 |