diff options
-rw-r--r-- | embed/ephy-embed-single.c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/embed/ephy-embed-single.c b/embed/ephy-embed-single.c index 4e6feee1e..f1c778350 100644 --- a/embed/ephy-embed-single.c +++ b/embed/ephy-embed-single.c @@ -18,12 +18,15 @@ * */ -#include "config.h" -#include "ephy-embed-single.h" - +/* These defines need to go at the top because config.h or ephy-embed-single.h + * may include soup. + */ #define LIBSOUP_I_HAVE_READ_BUG_594377_AND_KNOW_SOUP_PASSWORD_MANAGER_MIGHT_GO_AWAY #define LIBSOUP_USE_UNSTABLE_REQUEST_API +#include "config.h" +#include "ephy-embed-single.h" + #include "ephy-about-handler.h" #include "ephy-debug.h" #include "ephy-embed-prefs.h" |