Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release-src > by-pkgid > bcbc254566af662399c2177f849149a1 > files > 1

compton-6.2-1.mga7.src.rpm

diff -Nrup a/src/common.h b/src/common.h
--- a/src/common.h	2019-03-27 19:52:27.000000000 +0100
+++ b/src/common.h	2019-04-21 07:26:42.295171658 +0200
@@ -39,7 +39,7 @@
 #include <time.h>
 
 #include <X11/Xlib.h>
-#include <ev.h>
+#include <libev/ev.h>
 #include <pixman.h>
 #include <xcb/composite.h>
 #include <xcb/damage.h>
diff -Nrup a/src/compton.c b/src/compton.c
--- a/src/compton.c	2019-03-27 19:52:27.000000000 +0100
+++ b/src/compton.c	2019-04-21 07:26:56.387225102 +0200
@@ -26,7 +26,7 @@
 #include <xcb/sync.h>
 #include <xcb/xfixes.h>
 
-#include <ev.h>
+#include <libev/ev.h>
 
 #include "common.h"
 #include "compiler.h"