Skip to content

Commit

Permalink
PosixSerialPort: Add missing include
Browse files Browse the repository at this point in the history
select() is declared in <sys/select.h>. This commit adds the missing include
  • Loading branch information
Marian Buschsieweke authored and haata committed Oct 5, 2023
1 parent 599f5ee commit a96c5a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PosixSerialPort.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#include <termios.h>
#include <errno.h>
#include <sys/ioctl.h>
#include <sys/select.h>

#include <string>

Expand Down

0 comments on commit a96c5a0

Please sign in to comment.