Ignore:
Timestamp:
Jun 23, 2008, 11:02:26 PM (15 years ago)
Author:
Pascal Terjan
Message:
  • Move conditionnal include of pty.h from main.c to term.c
File:
1 edited

Legend:

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

    r2478 r2479  
    2828#include <time.h>
    2929
    30 #if defined HAVE_PTY_H
    31 #   include <pty.h>  /* for openpty and forkpty */
    32 #else
    33 #   include <util.h> /* for OS X */
    34 #endif
    3530#if !defined HAVE_GETOPT_LONG
    3631#   include "mygetopt.h"
Note: See TracChangeset for help on using the changeset viewer.