1From 7b8a28f27fb21a749e0d451fd1e68887969994dd Mon Sep 17 00:00:00 2001
2From: hovercats <hovercatswithlasereyes@protonmail.com>
3Date: Tue, 10 Mar 2026 12:42:54 +0100
4Subject: [PATCH] fix path for pixman header
5
6---
7 swiv.c | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10diff --git a/swiv.c b/swiv.c
11index afc9136..bc9e4ec 100644
12--- a/swiv.c
13+++ b/swiv.c
14@@ -2,7 +2,7 @@
15 #include <stdlib.h>
16 #include <string.h>
17
18-#include <pixman-1/pixman.h>
19+#include <pixman.h>
20 #include <xkbcommon/xkbcommon.h>
21
22 #include "swiv.h"
23--
242.49.0
25