chiark / gitweb /
pty: include linux/ioctl.h for TIOCSIG
authorDavid Herrmann <dh.herrmann@gmail.com>
Thu, 18 Sep 2014 22:23:42 +0000 (00:23 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Thu, 18 Sep 2014 22:26:49 +0000 (00:26 +0200)
commitfb1f4170d008315cb9eabe994038977a0366ede5
tree07573dee16e5723f59716c25102d4a011497b598
parent66a16e7e9fc501d371b57cbe2ae5d130fe930c6d
pty: include linux/ioctl.h for TIOCSIG

TIOCSIG is linux specific, so include the linux ioctl header to make sure
it's defined. We currently rely on some rather non-obvious recursive
includes. Make sure its always defined regardless of the system headers.
src/shared/pty.c