Changeset 4793


Ignore:
Timestamp:
12/13/11 22:58:54 (18 months ago)
Author:
pterjan
Message:

Fix a bit more for FreeBSD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • neercs/trunk/src/term.c

    r4792 r4793  
    1717#include <stdio.h> 
    1818#include <string.h> 
     19#include <sys/ioctl.h> 
     20#include <sys/types.h> 
     21#include <termios.h> 
    1922#if defined HAVE_PTY_H 
    2023#   include <pty.h>             /* for openpty and forkpty */ 
Note: See TracChangeset for help on using the changeset viewer.