Skip to content

Commit 8857ef7

Browse files
authored
Rpi gw: Remove stropts.h include (#1446)
It is not used by anything, and causes problems on systems where this header file does not exist. This fixes #1431
1 parent 6c4b805 commit 8857ef7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hal/architecture/Linux/drivers/core/interrupt.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
#include <sys/types.h>
3131
#include <sys/stat.h>
3232
#include <fcntl.h>
33-
#include <stropts.h>
3433
#include <errno.h>
3534
#include <sched.h>
3635
#include "log.h"

0 commit comments

Comments
 (0)