Added missing include of <sys/types.h> required by added prototypes.

This commit is contained in:
Joel Sherrill
2000-03-23 13:57:13 +00:00
parent 94795bbda6
commit 969525fe2f

View File

@@ -14,6 +14,8 @@
#ifndef TERMIOS_H
#define TERMIOS_H
#include <sys/types.h>
#ifdef __cplusplus
extern "C" {
#endif