From c1adc52d7b8843b21fbf2a11331daa5e10f1d2eb Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Fri, 28 May 2004 20:19:36 +0000 Subject: Always include "config.h" ! 2004-05-28 Christian Persch * embed/mozilla/ContentHandler.h: Always include "config.h" ! --- ChangeLog | 6 ++++++ embed/mozilla/ContentHandler.h | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index d26476574..f113ee25a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-05-28 Christian Persch + + * embed/mozilla/ContentHandler.h: + + Always include "config.h" ! + 2004-05-28 Christian Persch * embed/mozilla/ContentHandler.h: 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 -- cgit v1.2.3