[gtk/curve-ops: 1/10] XXX: Fix pathop includes




commit 0467edbc47995bfb20f44cb9edfbff0e116609c2
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Dec 7 10:40:56 2020 -0500

    XXX: Fix pathop includes
    
    This is necessary to make including gskcurve.c in
    tests work.

 gsk/gskpathopprivate.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gsk/gskpathopprivate.h b/gsk/gskpathopprivate.h
index 2b2e7aec2a..cc80fb9423 100644
--- a/gsk/gskpathopprivate.h
+++ b/gsk/gskpathopprivate.h
@@ -21,7 +21,7 @@
 #ifndef __GSK_PATHOP_PRIVATE_H__
 #define __GSK_PATHOP_PRIVATE_H__
 
-#include <gskpath.h>
+#include <gsk/gskpath.h>
 
 G_BEGIN_DECLS
 


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