From da4bacb5a3de0dafe863ea82aea78d2e40731730 Mon Sep 17 00:00:00 2001 From: Christian Neumair Date: Sat, 17 May 2003 12:43:34 +0000 Subject: Fixed many issues mentioned in #112781. --- embed/mozilla/mozilla-i18n.c | 2 +- embed/mozilla/mozilla-notifiers.cpp | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'embed/mozilla') diff --git a/embed/mozilla/mozilla-i18n.c b/embed/mozilla/mozilla-i18n.c index c974d9765..ce0a5b4ef 100644 --- a/embed/mozilla/mozilla-i18n.c +++ b/embed/mozilla/mozilla-i18n.c @@ -18,7 +18,7 @@ #include "mozilla-i18n.h" -#include +#include const char *lgroups[] = { N_("Arabic"), diff --git a/embed/mozilla/mozilla-notifiers.cpp b/embed/mozilla/mozilla-notifiers.cpp index fd480ebc0..d9cc51689 100644 --- a/embed/mozilla/mozilla-notifiers.cpp +++ b/embed/mozilla/mozilla-notifiers.cpp @@ -16,7 +16,9 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "config.h" +#ifdef HAVE_CONFIG_H +#include +#endif #include "ephy-embed-shell.h" #include "ephy-embed-single.h" -- cgit v1.2.3