1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-16 18:13:49 +01:00
RIOT/pkg/esp32_sdk/patches/0012-esp_eth-add-missing-includes.patch
2025-05-27 23:25:36 +02:00

25 lines
681 B
Diff

From f230a2601a0ff9cb47fe128015e6ef8e61baab1e Mon Sep 17 00:00:00 2001
From: Gunar Schorcht <gunar@schorcht.net>
Date: Sat, 1 Mar 2025 17:58:33 +0100
Subject: [PATCH 12/28] esp_eth: add missing includes
---
components/esp_eth/include/esp_eth_mac_esp.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/components/esp_eth/include/esp_eth_mac_esp.h b/components/esp_eth/include/esp_eth_mac_esp.h
index f18bf4d75c..1cbcc52730 100644
--- a/components/esp_eth/include/esp_eth_mac_esp.h
+++ b/components/esp_eth/include/esp_eth_mac_esp.h
@@ -5,6 +5,7 @@
*/
#pragma once
+#include <stdarg.h>
#include <stdbool.h>
#include "soc/soc_caps.h"
#include "esp_eth_com.h"
--
2.34.1