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
|
#ifndef TERMIOS_H
|
||||||
#define TERMIOS_H
|
#define TERMIOS_H
|
||||||
|
|
||||||
|
#include <sys/types.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user