diff --git a/include/termios.h b/include/termios.h index f2fb09075c4..924c88c2271 100644 --- a/include/termios.h +++ b/include/termios.h @@ -217,7 +217,7 @@ /* Baud rate selection */ -typedef unsigned int speed_t; /* Used for terminal baud rates */ +typedef unsigned long speed_t; /* Used for terminal baud rates */ /* Types used within the termios structure */