1 Star 0 Fork 15

hey_woods/libqb

forked from src-openEuler/libqb 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
fix-corosync-compile-fail.patch 568 Bytes
一键复制 编辑 原始数据 按行查看 历史
baizg1107 提交于 2021-03-04 09:45 . fix corosync compiling failed
From bf461b565f24f2c913d913b3889ec7c47b115833 Mon Sep 17 00:00:00 2001
From: Christine Caulfield <ccaulfie@redhat.com>
Date: Fri, 21 Feb 2020 07:53:23 +0000
Subject: [PATCH] list: #include <stddef.h> in qblist.h
Some platforms require it.
---
include/qb/qblist.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/qb/qblist.h b/include/qb/qblist.h
index 8064c874..160417e1 100644
--- a/include/qb/qblist.h
+++ b/include/qb/qblist.h
@@ -28,6 +28,7 @@ extern "C" {
/* *INDENT-ON* */
#include <stdint.h>
+#include <stddef.h>
#include <qb/qbdefs.h>
/**
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hey-woods/libqb.git
git@gitee.com:hey-woods/libqb.git
hey-woods
libqb
libqb
master

搜索帮助