1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 23:12:45 +01:00
RIOT/pkg/esp32_sdk/patches/0013-newlib-add-sys-uio.h-from-toolchain.patch

26 lines
669 B
Diff
Raw Normal View History

2022-02-01 20:58:14 +01:00
From 5907e2e9a98e73b303eac29781b100d988f9575b Mon Sep 17 00:00:00 2001
From: Gunar Schorcht <gunar@schorcht.net>
Date: Tue, 8 Mar 2022 11:36:33 +0100
Subject: [PATCH 13/17] newlib: add sys/uio.h from toolchain
---
components/newlib/platform_include/sys/uio.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/components/newlib/platform_include/sys/uio.h b/components/newlib/platform_include/sys/uio.h
index 3ff3eba8716..388fed3d663 100644
--- a/components/newlib/platform_include/sys/uio.h
+++ b/components/newlib/platform_include/sys/uio.h
@@ -6,6 +6,8 @@
#pragma once
+#include_next <sys/uio.h>
+
#include <stdint.h>
#include <sys/types.h>
--
2.17.1