diff options
Diffstat (limited to 'compat/cfmakeraw.c')
-rw-r--r-- | compat/cfmakeraw.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compat/cfmakeraw.c b/compat/cfmakeraw.c index df78ba3f..b481a903 100644 --- a/compat/cfmakeraw.c +++ b/compat/cfmakeraw.c @@ -15,7 +15,10 @@ * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include <sys/types.h> + #include <string.h> +#include <termios.h> #include "compat.h" |