forked from Imagelibrary/rtems
Added missing include of <sys/types.h> required by added prototypes.
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
#ifndef TERMIOS_H
|
||||
#define TERMIOS_H
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user