1 Star 0 Fork 32

hantwofish/gazelle_1

forked from src-openEuler/gazelle 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0244-virtio-solve-compilation-error-in-2003sp3.patch 690 Bytes
一键复制 编辑 原始数据 按行查看 历史
From 4a30424a4ce6135cbd118bc36f00b35955255f41 Mon Sep 17 00:00:00 2001
From: hantwofish <hankangkang5@huawei.com>
Date: Tue, 20 Aug 2024 17:28:37 +0800
Subject: [PATCH] virtio: solve compilation error in 2003sp3
---
src/lstack/core/lstack_virtio.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/lstack/core/lstack_virtio.c b/src/lstack/core/lstack_virtio.c
index 4a91ed7..7a8d947 100644
--- a/src/lstack/core/lstack_virtio.c
+++ b/src/lstack/core/lstack_virtio.c
@@ -15,6 +15,7 @@
#include <net/if.h>
#include <ifaddrs.h>
#include <lwip/lwipgz_posix_api.h>
+#include <lwip/dpdk_version.h>
#include <linux/ipv6.h>
#include "lstack_cfg.h"
#include "lstack_log.h"
--
2.33.0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hantwofish/gazelle_1.git
git@gitee.com:hantwofish/gazelle_1.git
hantwofish
gazelle_1
gazelle_1
master

搜索帮助