diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-05-28 20:22:44 +0000 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-05-28 20:22:44 +0000 |
commit | c10209c2dc06e47c7d1fbb966bd1bf26f71e7608 (patch) | |
tree | 9e8db1db190fa5ed06e7c50e323b395f3e5b453b /embed | |
parent | 6f0f8faeba7de917763084df23649a7c3e650837 (diff) | |
download | epiphany-c10209c2dc06e47c7d1fbb966bd1bf26f71e7608.tar.gz |
Include "config.h".
2004-05-28 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/MozDownload.h:
Include "config.h".
Diffstat (limited to 'embed')
-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 35a81ad2a..f42a74143 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 "nsIDownload.h" #include "nsIWebProgressListener.h" |