1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-29 00:11:16 +01:00

Merge pull request #18570 from maribu/dist/tools/bossa

dist/tools/bossa*: add missing include
This commit is contained in:
benpicco 2022-09-12 21:58:59 +02:00 committed by GitHub
commit 36eac13ae2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 72 additions and 0 deletions

View File

@ -0,0 +1,24 @@
From e293c603cac41f691bba26cd3973ebe48aae5e0c Mon Sep 17 00:00:00 2001
From: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
Date: Thu, 8 Sep 2022 20:38:20 +0200
Subject: [PATCH] src/PosixSerialPort.cpp: Add missing include
---
src/PosixSerialPort.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/PosixSerialPort.cpp b/src/PosixSerialPort.cpp
index 5da4b42..cf4274b 100644
--- a/src/PosixSerialPort.cpp
+++ b/src/PosixSerialPort.cpp
@@ -35,6 +35,7 @@
#include <errno.h>
#include <termios.h>
#include <errno.h>
+#include <sys/select.h>
#include <string>
--
2.37.1

View File

@ -0,0 +1,24 @@
From 060033a3e724c2a081a8b52072b1ababea21e5ca Mon Sep 17 00:00:00 2001
From: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
Date: Thu, 8 Sep 2022 20:36:43 +0200
Subject: [PATCH] src/PosixSerialPort.cpp: add missing include
---
src/PosixSerialPort.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/PosixSerialPort.cpp b/src/PosixSerialPort.cpp
index 45eaca9..cee31fb 100644
--- a/src/PosixSerialPort.cpp
+++ b/src/PosixSerialPort.cpp
@@ -36,6 +36,7 @@
#include <termios.h>
#include <errno.h>
#include <sys/ioctl.h>
+#include <sys/select.h>
#include <string>
--
2.37.1

View File

@ -0,0 +1,24 @@
From 8af8b1d8b148acf089df1f5dbb794bd6f4c564dd Mon Sep 17 00:00:00 2001
From: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
Date: Thu, 8 Sep 2022 20:40:02 +0200
Subject: [PATCH] src/PosixSerialPort.cpp: Add missing include
---
src/PosixSerialPort.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/PosixSerialPort.cpp b/src/PosixSerialPort.cpp
index 4ca7954..b877e29 100644
--- a/src/PosixSerialPort.cpp
+++ b/src/PosixSerialPort.cpp
@@ -36,6 +36,7 @@
#include <termios.h>
#include <errno.h>
#include <sys/ioctl.h>
+#include <sys/select.h>
#include <string>
--
2.37.1