diff options
Diffstat (limited to 'lib/base/util.cpp')
-rw-r--r-- | lib/base/util.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/base/util.cpp b/lib/base/util.cpp index 3f4aa766..7e9bdbdf 100644 --- a/lib/base/util.cpp +++ b/lib/base/util.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 + /* * util.c: A hodge podge of utility functions and standard functions which * are unavailable on certain systems |