diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/irix3-3.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/irix3-3.h b/src/s/irix3-3.h index 42d6d9d8f62..86a555e9e8c 100644 --- a/src/s/irix3-3.h +++ b/src/s/irix3-3.h | |||
| @@ -179,3 +179,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 179 | 179 | ||
| 180 | /* Use setsid to handle terminals for subprocesses. */ | 180 | /* Use setsid to handle terminals for subprocesses. */ |
| 181 | #define HAVE_SETSID | 181 | #define HAVE_SETSID |
| 182 | |||
| 183 | /* sioctl.h should be included where appropriate. */ | ||
| 184 | |||
| 185 | #define NEED_SIOCTL | ||