[gupnp/gupnp-1.0] acl: Fix wrong include



commit 4653ff5523fe280c6d7a8109f8d661f4c1b42c16
Author: Jens Georg <mail jensge org>
Date:   Fri Mar 8 13:00:48 2019 +0100

    acl: Fix wrong include
    
    We don't need SoupSession here. Rather include gio.h for GAsyncResult
    etc.

 libgupnp/gupnp-acl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libgupnp/gupnp-acl.h b/libgupnp/gupnp-acl.h
index 2d639b2..6dafe84 100644
--- a/libgupnp/gupnp-acl.h
+++ b/libgupnp/gupnp-acl.h
@@ -24,7 +24,7 @@
 
 #include <glib.h>
 #include <glib-object.h>
-#include <libsoup/soup-session.h>
+#include <gio/gio.h>
 
 G_BEGIN_DECLS
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]