summaryrefslogtreecommitdiff
path: root/libmateweather/weather-priv.h
diff options
context:
space:
mode:
authorSteve Zesch <[email protected]>2012-05-29 12:19:30 -0400
committerSteve Zesch <[email protected]>2012-05-29 12:19:30 -0400
commit44ec5aed7c1c7130caee72d56cf3a234603ef0d0 (patch)
tree77336bd340dddfe49be8c49bec6a7d8c0a4912a5 /libmateweather/weather-priv.h
parent561c43c0463a41e819f31f42e30991e802b593df (diff)
downloadlibmateweather-44ec5aed7c1c7130caee72d56cf3a234603ef0d0.tar.bz2
libmateweather-44ec5aed7c1c7130caee72d56cf3a234603ef0d0.tar.xz
libsoup-mate doesn't exist. Use libsoup-gnome instead.
Diffstat (limited to 'libmateweather/weather-priv.h')
-rw-r--r--libmateweather/weather-priv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmateweather/weather-priv.h b/libmateweather/weather-priv.h
index ccc7c2a..39534c7 100644
--- a/libmateweather/weather-priv.h
+++ b/libmateweather/weather-priv.h
@@ -24,8 +24,8 @@
#include <time.h>
#include <libintl.h>
#include <math.h>
-#ifdef HAVE_LIBSOUP_MATE
-#include <libsoup/soup-mate.h>
+#ifdef HAVE_LIBSOUP_GNOME
+#include <libsoup/soup-gnome.h>
#else
#include <libsoup/soup.h>
#endif