diff options
Diffstat (limited to 'include/base/file.h')
-rw-r--r-- | include/base/file.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/base/file.h b/include/base/file.h index 4ad5de2e..496c33e7 100644 --- a/include/base/file.h +++ b/include/base/file.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 + #ifndef BASE_FILE_H #define BASE_FILE_H |