Changeset 2479 for neercs/trunk/src/main.c
- Timestamp:
- Jun 23, 2008, 11:02:26 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
neercs/trunk/src/main.c
r2478 r2479 28 28 #include <time.h> 29 29 30 #if defined HAVE_PTY_H31 # include <pty.h> /* for openpty and forkpty */32 #else33 # include <util.h> /* for OS X */34 #endif35 30 #if !defined HAVE_GETOPT_LONG 36 31 # include "mygetopt.h"
Note: See TracChangeset
for help on using the changeset viewer.