diff options
-rw-r--r-- | embed/mozilla/ExternalProtocolService.cpp | 4 | ||||
-rw-r--r-- | embed/mozilla/FilePicker.cpp | 4 | ||||
-rw-r--r-- | lib/ephy-langs.c | 6 |
3 files changed, 13 insertions, 1 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" diff --git a/lib/ephy-langs.c b/lib/ephy-langs.c index 31914e7bc..533877ce8 100644 --- a/lib/ephy-langs.c +++ b/lib/ephy-langs.c @@ -15,7 +15,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - + +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include "ephy-langs.h" #include <bonobo/bonobo-i18n.h> |