Fix the birb header path

Sat, 09 Aug 2025 18:12:12 -0500

author
Gong Zhile <gongzl@stu.hebust.edu.cn>
date
Sat, 09 Aug 2025 18:12:12 -0500
changeset 43306
48da6dedaf1a
parent 43303
cddf3066f1bc
child 43307
d8fa7059d11b

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

Testing Done:
Succeed in both compiling with wrap birb and the system birb.

Reviewed at https://reviews.imfreedom.org/r/4097/

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 18:12:12 2025 -0500
@@ -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