#6232: (not only) AIX header fixes

svn path=/trunk/kdebase/konsole/; revision=57174
wilder-portage
Michael Matz 26 years ago
parent 1f4ec476fd
commit e40a805697
  1. 6
      src/TEPty.C

@ -87,7 +87,13 @@ extern "C" {
#include <grp.h>
#include <signal.h>
#ifdef HAVE_TERMIO_H
/* needed at least on AIX */
#include <termio.h>
#endif
#ifdef HAVE_TERMIOS_H
#include <termios.h>
#endif
//#include <time.h>
#include <unistd.h>

Loading…
Cancel
Save