diff options
Diffstat (limited to 'executive-summary/component/e-summary-prefs.c')
-rw-r--r-- | executive-summary/component/e-summary-prefs.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/executive-summary/component/e-summary-prefs.c b/executive-summary/component/e-summary-prefs.c index 440c3837f4..5ed9876cf4 100644 --- a/executive-summary/component/e-summary-prefs.c +++ b/executive-summary/component/e-summary-prefs.c @@ -25,7 +25,9 @@ #include <config.h> #endif -#include <gnome.h> +#include <stdio.h> +#include <libgnome/gnome-defs.h> +#include <libgnome/gnome-config.h> #include "e-summary-prefs.h" #include "e-summary.h" |