diff options
Diffstat (limited to 'sysdeps/mach/hurd/setsid.c')
-rw-r--r-- | sysdeps/mach/hurd/setsid.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/setsid.c b/sysdeps/mach/hurd/setsid.c index be17ca2604..2b792fcf93 100644 --- a/sysdeps/mach/hurd/setsid.c +++ b/sysdeps/mach/hurd/setsid.c @@ -20,6 +20,7 @@ #include <hurd.h> #include <hurd/port.h> #include <hurd/fd.h> +#include <hurd/ioctl.h> /* Create a new session with the calling process as its leader. The process group IDs of the session and the calling process |