aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--embed/mozilla/ContentHandler.h4
2 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d26476574..f113ee25a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,12 @@
* embed/mozilla/ContentHandler.h:
+ Always include "config.h" !
+
+2004-05-28 Christian Persch <chpe@cvs.gnome.org>
+
+ * embed/mozilla/ContentHandler.h:
+
Fix snapshot check for mozilla >= 1.7rc2 .
2004-05-24 Xan Lopez <xan@gnome.org>
diff --git a/embed/mozilla/ContentHandler.h b/embed/mozilla/ContentHandler.h
index 5805b28bb..a66f36b49 100644
--- a/embed/mozilla/ContentHandler.h
+++ b/embed/mozilla/ContentHandler.h
@@ -21,6 +21,10 @@
#ifndef __ContentHandler_h
#define __ContentHandler_h
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "ephy-embed-shell.h"
#include <libgnomevfs/gnome-vfs-mime-handlers.h>