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



commit 87a624bfdfa35eecb8ba2ca482fe833341444b68
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 38beab44..1cc05ae2 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]