diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-05-29 04:19:36 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-05-29 04:19:36 +0800 |
commit | c1adc52d7b8843b21fbf2a11331daa5e10f1d2eb (patch) | |
tree | fbcdd78ad7c90a021b7ad8a73b5f609602f77be1 /embed | |
parent | da7eb495be1657f178318d5647254e9956f38110 (diff) | |
download | gsoc2013-epiphany-c1adc52d7b8843b21fbf2a11331daa5e10f1d2eb.tar gsoc2013-epiphany-c1adc52d7b8843b21fbf2a11331daa5e10f1d2eb.tar.gz gsoc2013-epiphany-c1adc52d7b8843b21fbf2a11331daa5e10f1d2eb.tar.bz2 gsoc2013-epiphany-c1adc52d7b8843b21fbf2a11331daa5e10f1d2eb.tar.lz gsoc2013-epiphany-c1adc52d7b8843b21fbf2a11331daa5e10f1d2eb.tar.xz gsoc2013-epiphany-c1adc52d7b8843b21fbf2a11331daa5e10f1d2eb.tar.zst gsoc2013-epiphany-c1adc52d7b8843b21fbf2a11331daa5e10f1d2eb.zip |
Always include "config.h" !
2004-05-28 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/ContentHandler.h:
Always include "config.h" !
Diffstat (limited to 'embed')
-rw-r--r-- | embed/mozilla/ContentHandler.h | 4 |
1 files changed, 4 insertions, 0 deletions
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> |