[libsoup/gnome-3-28] soup-status: Fix include recursion issue found by Coverity Scan and clang



commit fa90ffe8549ce524ed8e926e4991a7b3157ef44c
Author: Milan Crha <mcrha redhat com>
Date:   Mon Jun 25 15:02:13 2018 +0200

    soup-status: Fix include recursion issue found by Coverity Scan and clang
    
    https://bugzilla.gnome.org/show_bug.cgi?id=781771

 libsoup/soup-status.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libsoup/soup-status.h b/libsoup/soup-status.h
index 28d481db..514dfc31 100644
--- a/libsoup/soup-status.h
+++ b/libsoup/soup-status.h
@@ -8,7 +8,7 @@
 #ifndef SOUP_STATUS_H
 #define SOUP_STATUS_H 1
 
-#include <libsoup/soup-types.h>
+#include <libsoup/soup-version.h>
 
 G_BEGIN_DECLS
 


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