Fix the birb header path draft bird-header-fix

Sat, 09 Aug 2025 17:37:27 +0800

author
Gong Zhile <gongzl@stu.hebust.edu.cn>
date
Sat, 09 Aug 2025 17:37:27 +0800
branch
bird-header-fix
changeset 43304
2599d35e9750
parent 43303
cddf3066f1bc

Fix the birb header path

The birb header referred would only work with birb provided by wrap casuing
build to fail because of system-installed birb dependency. The commit points
it to the correct path <birb.h>.

See: https://keep.imfreedom.org/birb/birb/file/5bf00c7d7f80/birb/meson.build#l77

libpurple/purplescheduledtask.c file | annotate | diff | comparison | revisions
--- a/libpurple/purplescheduledtask.c	Sat Aug 09 02:43:31 2025 -0500
+++ b/libpurple/purplescheduledtask.c	Sat Aug 09 17:37:27 2025 +0800
@@ -20,7 +20,7 @@
  * this library; if not, see <https://www.gnu.org/licenses/>.
  */
 
-#include <birb/birb.h>
+#include <birb.h>
 
 #include "purplescheduledtask.h"
 

mercurial