I am trying to build a library for nds which includes the file at devkitARM/arm-eabi/include/termios.h
This file's contents are:
Code: Select all
#ifdef __cplusplus
extern "C" {
#endif
#include <sys/termios.h>
#ifdef __cplusplus
}
#endif
Is this intentional? Or was this header mistakenly left out? Anything I can do to resolve this?