diff options
Diffstat (limited to 'lib/base/file.cpp')
-rw-r--r-- | lib/base/file.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/base/file.cpp b/lib/base/file.cpp index 97e5fe85..0e9e87ec 100644 --- a/lib/base/file.cpp +++ b/lib/base/file.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 + /* * file.c: system specific functions for reading/writing files * |