crash-gcore-command/0001-add-stdbool.h-to-fix-build-error.patch
2023-06-21 10:34:01 +08:00

25 lines
607 B
Diff

From af9a2029b58ed47da03a884d3e1644f858e88921 Mon Sep 17 00:00:00 2001
From: chen-jan <chen_aka_jan@163.com>
Date: Wed, 21 Jun 2023 10:25:35 +0800
Subject: [PATCH] add stdbool.h to fix build error
---
src/libgcore/gcore_coredump.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/libgcore/gcore_coredump.c b/src/libgcore/gcore_coredump.c
index 8eece96..b2e9bb3 100644
--- a/src/libgcore/gcore_coredump.c
+++ b/src/libgcore/gcore_coredump.c
@@ -15,6 +15,7 @@
#include <defs.h>
#include <gcore_defs.h>
+#include <stdbool.h>
static struct elf_note_info *elf_note_info_init(void);
--
2.39.1