aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2003-10-16 03:16:10 +0800
committerChristian Persch <chpe@src.gnome.org>2003-10-16 03:16:10 +0800
commitb7a8e995fde6c3cf6ac82ea2390c3c4b510024c5 (patch)
tree0172584a2bbd5dc0d566ddc1078883dd533fc97a
parentd4ca87044e1ee753d7ec0a7c0203ce4e22488d59 (diff)
downloadgsoc2013-epiphany-b7a8e995fde6c3cf6ac82ea2390c3c4b510024c5.tar
gsoc2013-epiphany-b7a8e995fde6c3cf6ac82ea2390c3c4b510024c5.tar.gz
gsoc2013-epiphany-b7a8e995fde6c3cf6ac82ea2390c3c4b510024c5.tar.bz2
gsoc2013-epiphany-b7a8e995fde6c3cf6ac82ea2390c3c4b510024c5.tar.lz
gsoc2013-epiphany-b7a8e995fde6c3cf6ac82ea2390c3c4b510024c5.tar.xz
gsoc2013-epiphany-b7a8e995fde6c3cf6ac82ea2390c3c4b510024c5.tar.zst
gsoc2013-epiphany-b7a8e995fde6c3cf6ac82ea2390c3c4b510024c5.zip
Include config.h.
2003-10-15 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EventContext.cpp: Include config.h.
-rw-r--r--ChangeLog6
-rw-r--r--embed/mozilla/EventContext.cpp8
2 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e366f9717..13151db9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-10-15 Christian Persch <chpe@cvs.gnome.org>
+
+ * embed/mozilla/EventContext.cpp:
+
+ Include config.h.
+
2003-10-14 Kristian Rietveld <kris@gtk.org>
* configure.in: also support mozilla 1.5. (Works fine, verified with
diff --git a/embed/mozilla/EventContext.cpp b/embed/mozilla/EventContext.cpp
index 651c13118..8aaf2db1f 100644
--- a/embed/mozilla/EventContext.cpp
+++ b/embed/mozilla/EventContext.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000 Marco Pesenti Gritti
+ * Copyright (C) 2000-2003 Marco Pesenti Gritti
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -14,8 +14,14 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ * $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "EventContext.h"
#include "nsIDOMEventTarget.h"
#include "nsIDocument.h"