diff options
Diffstat (limited to 'embed')
-rw-r--r-- | embed/mozilla/ExternalProtocolService.cpp | 4 | ||||
-rw-r--r-- | embed/mozilla/FilePicker.cpp | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/embed/mozilla/ExternalProtocolService.cpp b/embed/mozilla/ExternalProtocolService.cpp index 9d9a7368c..be5dfdee2 100644 --- a/embed/mozilla/ExternalProtocolService.cpp +++ b/embed/mozilla/ExternalProtocolService.cpp @@ -16,6 +16,10 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <gtk/gtk.h> #include <libgnome/gnome-exec.h> #include <libgnome/gnome-i18n.h> diff --git a/embed/mozilla/FilePicker.cpp b/embed/mozilla/FilePicker.cpp index 9e10c1d8f..bb9b0aaeb 100644 --- a/embed/mozilla/FilePicker.cpp +++ b/embed/mozilla/FilePicker.cpp @@ -32,6 +32,10 @@ * ContentHandler for a way to do this. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include "ephy-string.h" #include "ephy-gui.h" |