aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2008-03-28 23:09:20 +0800
committerChristian Persch <chpe@src.gnome.org>2008-03-28 23:09:20 +0800
commit00665f160d78b2a2d92f30d3b9a8caf160b6b5ec (patch)
treee9eaeb68236959a1f456a1782f5894997379d8e9 /embed/mozilla
parent2fd2e9829e548c2f62ac29803940a32a9e4e2fa0 (diff)
downloadgsoc2013-epiphany-00665f160d78b2a2d92f30d3b9a8caf160b6b5ec.tar
gsoc2013-epiphany-00665f160d78b2a2d92f30d3b9a8caf160b6b5ec.tar.gz
gsoc2013-epiphany-00665f160d78b2a2d92f30d3b9a8caf160b6b5ec.tar.bz2
gsoc2013-epiphany-00665f160d78b2a2d92f30d3b9a8caf160b6b5ec.tar.lz
gsoc2013-epiphany-00665f160d78b2a2d92f30d3b9a8caf160b6b5ec.tar.xz
gsoc2013-epiphany-00665f160d78b2a2d92f30d3b9a8caf160b6b5ec.tar.zst
gsoc2013-epiphany-00665f160d78b2a2d92f30d3b9a8caf160b6b5ec.zip
Fix the build
svn path=/branches/gnome-2-22/; revision=8159
Diffstat (limited to 'embed/mozilla')
-rw-r--r--embed/mozilla/EphyPromptService.cpp3
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"