[librsvg: 28/33] Fix include path in tests/api.c




commit b02dfce4c660ad31a9f7df8a6eb19f0b08c4bd5c
Author: Federico Mena Quintero <federico gnome org>
Date:   Fri Oct 30 14:17:12 2020 -0600

    Fix include path in tests/api.c

 tests/api.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tests/api.c b/tests/api.c
index d4f53b88..b63fd1c4 100644
--- a/tests/api.c
+++ b/tests/api.c
@@ -17,7 +17,7 @@
 #include <cairo.h>
 
 #define RSVG_DISABLE_DEPRECATION_WARNINGS /* so we can test deprecated API */
-#include "librsvg/rsvg.h"
+#include "include/rsvg.h"
 #include "test-utils.h"
 
 /*


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