diff options
Diffstat (limited to 'misc/sgtty.h')
-rw-r--r-- | misc/sgtty.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/sgtty.h b/misc/sgtty.h index c232dfc..86e15b0 100644 --- a/misc/sgtty.h +++ b/misc/sgtty.h @@ -18,11 +18,12 @@ #ifndef _SGTTY_H #define _SGTYY_H 1 + #include <features.h> #include <sys/ioctl.h> -/* On some systems this type is not defined by <ioctl-types.h>; +/* On some systems this type is not defined by <bits/ioctl-types.h>; in that case, the functions are just stubs that return ENOSYS. */ struct sgttyb; |