Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(linux): Adds missing header file for musl libc (eg alpine) (seria…
…lport#1487) Fixes serialport#1470 After adding the new custom baud rate implementation for Linux, a build breaking bug occurred on Alpine Linux due to musl's handling of the kernel header files involved with ioctls. This patch introduces a fix by using the solution found [here](tio/tio#65) on a similar, serial oriented project. Tested in an Alpine Linux docker container. Passing all hardware tests.
- Loading branch information