diff options
author | Christian Persch <chpe@src.gnome.org> | 2008-03-17 05:05:22 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2008-03-17 05:05:22 +0800 |
commit | 0e9350d154444e6581d9cae6c663b8c67bfc31aa (patch) | |
tree | 50ff435d61958d9ff2375c6ce6d6d49bdb8fecf2 /embed | |
parent | f1a1ce1cc271bda70164adcc7465e96a3c774fdb (diff) | |
download | gsoc2013-epiphany-0e9350d154444e6581d9cae6c663b8c67bfc31aa.tar gsoc2013-epiphany-0e9350d154444e6581d9cae6c663b8c67bfc31aa.tar.gz gsoc2013-epiphany-0e9350d154444e6581d9cae6c663b8c67bfc31aa.tar.bz2 gsoc2013-epiphany-0e9350d154444e6581d9cae6c663b8c67bfc31aa.tar.lz gsoc2013-epiphany-0e9350d154444e6581d9cae6c663b8c67bfc31aa.tar.xz gsoc2013-epiphany-0e9350d154444e6581d9cae6c663b8c67bfc31aa.tar.zst gsoc2013-epiphany-0e9350d154444e6581d9cae6c663b8c67bfc31aa.zip |
Fix the build
svn path=/trunk/; revision=8115
Diffstat (limited to 'embed')
-rw-r--r-- | embed/mozilla/EphyPromptService.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/embed/mozilla/EphyPromptService.cpp b/embed/mozilla/EphyPromptService.cpp index 7e015bac7..3229a89da 100644 --- a/embed/mozilla/EphyPromptService.cpp +++ b/embed/mozilla/EphyPromptService.cpp @@ -42,7 +42,6 @@ #undef ENABLE_AUTHPROMPT2 #ifdef ENABLE_AUTHPROMPT2 #include <nsIStringBundle.h> -#include "EphyPromptService.h" #include "nsIChannel.h" #include "nsIProxiedChannel.h" #include "nsIProxyInfo.h" @@ -53,6 +52,8 @@ #include "nsIAuthInformation.h" #endif /* ENABLE_AUTHPROMPT2 */ +#include "EphyPromptService.h" + #define TIMEOUT 1000 /* ms */ #define TIMEOUT_DATA_KEY "timeout" |