~ubuntu-branches/ubuntu/trusty/terminal.app/trusty

« back to all changes in this revision

Viewing changes to TerminalView.m

  • Committer: Package Import Robot
  • Author(s): Steve McIntyre
  • Date: 2012-10-13 12:04:51 UTC
  • Revision ID: package-import@ubuntu.com-20121013120451-vfr0ouekkbxf2w5f
Tags: 0.9.8-1+nmu1
* NMU
* Fix FTBFS on kFreeBSD. Closes: #681135. Thanks to Petr Salinger for
  the patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
#  include <termios.h>
44
44
#  include <util.h>
45
45
#  include <sys/ioctl.h>
46
 
#elif defined (__GNU__)
 
46
#elif defined (__GNU__) || defined (__GLIBC__)
47
47
#else
48
48
#  include <termio.h>
49
49
#endif