Skip to content

Commit bbfd2ff

Browse files
committed
fix(input): add sys/types.h for POSIX compatibility
Include sys/types.h for pid_t and other POSIX types that may be required on some Linux systems for tcsetpgrp/tcgetpgrp/getpgrp functions.
1 parent 15d028b commit bbfd2ff

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed
0 Bytes
Binary file not shown.

native/input/modinput.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
#include "../bridge/mpy_bridge.h"
2727

28+
#include <sys/types.h>
2829
#include <unistd.h>
2930
#include <termios.h>
3031
#include <stdio.h>

0 commit comments

Comments
 (0)