Ai
7 Star 0 Fork 4

src-openEuler/scl-utils
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0001-Add-header-files-to-solve-the-problem-of-compilation.patch 587 Bytes
一键复制 编辑 原始数据 按行查看 历史
From f8341d2b3467e4fcbb2251dca87ba85a56a10b55 Mon Sep 17 00:00:00 2001
From: wang--ge <wang__ge@126.com>
Date: Thu, 24 Jul 2025 18:18:26 +0800
Subject: [PATCH] Add header files to solve the problem of compilation failure
---
tests/test_scllib.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/test_scllib.c b/tests/test_scllib.c
index 0f8f34b..bcb9aa7 100644
--- a/tests/test_scllib.c
+++ b/tests/test_scllib.c
@@ -7,6 +7,7 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
+#include <stdint.h>
#include "test_common.h"
#include "dict.h"
--
2.48.1
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/scl-utils.git
git@gitee.com:src-openeuler/scl-utils.git
src-openeuler
scl-utils
scl-utils
master

搜索帮助