summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2010-06-03 10:37:39 +0200
committerDan Winship <danw@gnome.org>2010-06-09 11:23:00 -0400
commit5777a65e543e598ce67a85eea71de871723953ca (patch)
treefae9328caec1e3960eba389d323f632fbc0cdf0c
parent21fbc17b56ddc3b5b2ca6a9fdeef4af90bc9d5af (diff)
downloadlibsoup-5777a65e543e598ce67a85eea71de871723953ca.tar.gz
soup-status.c: #include config.h to get HAVE_SSL define
Now SOUP_STATUS_SSL will have the the reason phrase "SSL handshake failed" instead of "SSL support not available" when SSL was available.
-rw-r--r--libsoup/soup-status.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libsoup/soup-status.c b/libsoup/soup-status.c
index 12473f61..1581d7ae 100644
--- a/libsoup/soup-status.c
+++ b/libsoup/soup-status.c
@@ -5,6 +5,8 @@
* Copyright (C) 2001-2003, Ximian, Inc.
*/
+#include "config.h"
+
#include <glib.h>
#include "soup-status.h"