diff options
Diffstat (limited to 'embed/mozilla/MozDownload.cpp')
-rw-r--r-- | embed/mozilla/MozDownload.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/embed/mozilla/MozDownload.cpp b/embed/mozilla/MozDownload.cpp index f1e6713f3..0d9e59a75 100644 --- a/embed/mozilla/MozDownload.cpp +++ b/embed/mozilla/MozDownload.cpp @@ -41,6 +41,8 @@ * $Id$ */ +#include "mozilla-config.h" + #ifdef HAVE_CONFIG_H #include "config.h" #endif @@ -720,4 +722,3 @@ nsresult BuildDownloadPath (const char *defaultFileName, nsILocalFile **_retval) NS_IF_ADDREF (*_retval = destFile); return NS_OK; } - |