diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-05-29 04:21:04 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-05-29 04:21:04 +0800 |
commit | e892ebfbd2f139c0b71a2d350c89b0d26494278e (patch) | |
tree | e9d808e2d11de5694bd6d1bfe24d4924777c7de8 | |
parent | c1adc52d7b8843b21fbf2a11331daa5e10f1d2eb (diff) | |
download | gsoc2013-epiphany-e892ebfbd2f139c0b71a2d350c89b0d26494278e.tar gsoc2013-epiphany-e892ebfbd2f139c0b71a2d350c89b0d26494278e.tar.gz gsoc2013-epiphany-e892ebfbd2f139c0b71a2d350c89b0d26494278e.tar.bz2 gsoc2013-epiphany-e892ebfbd2f139c0b71a2d350c89b0d26494278e.tar.lz gsoc2013-epiphany-e892ebfbd2f139c0b71a2d350c89b0d26494278e.tar.xz gsoc2013-epiphany-e892ebfbd2f139c0b71a2d350c89b0d26494278e.tar.zst gsoc2013-epiphany-e892ebfbd2f139c0b71a2d350c89b0d26494278e.zip |
Include "config.h".
2004-05-28 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/MozDownload.h:
Include "config.h".
-rw-r--r-- | embed/mozilla/MozDownload.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/embed/mozilla/MozDownload.h b/embed/mozilla/MozDownload.h index ced136801..2f4042868 100644 --- a/embed/mozilla/MozDownload.h +++ b/embed/mozilla/MozDownload.h @@ -42,6 +42,10 @@ #ifndef MozDownload_h__ #define MozDownload_h__ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "mozilla-embed-persist.h" #include "downloader-view.h" #include "ephy-download.h" |