From 6dfe3603d1a9875293870c0a4cf96fc760ef198f Mon Sep 17 00:00:00 2001
From: Christian Neumair <chris@gnome-de.org>
Date: Fri, 13 Jun 2003 09:39:35 +0000
Subject: embed/mozilla/ExternalProtocolService.cpp,
 embed/mozilla/FilePicker.cpp,

2003-06-13  Christian Neumair  <chris@gnome-de.org>

	* embed/mozilla/ExternalProtocolService.cpp,
	* embed/mozilla/FilePicker.cpp,
	* lib/ephy-langs.c:

	Include config.h to enable i18n.
---
 lib/ephy-langs.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

(limited to 'lib/ephy-langs.c')

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>
 
-- 
cgit