diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-06-16 08:00:10 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-06-16 08:00:10 -0700 |
commit | 3c8770316b9173a6e8f2aeb764342c656c51d940 (patch) | |
tree | 14b2c6f5a64cc7e0323a56485731f577989f13b8 /sysdeps/unix/grantpt.c | |
parent | b34de9ea811dff5e58a897ff5efead4d2dd38d55 (diff) | |
download | glibc-3c8770316b9173a6e8f2aeb764342c656c51d940.tar.gz |
Add missing include.
Diffstat (limited to 'sysdeps/unix/grantpt.c')
-rw-r--r-- | sysdeps/unix/grantpt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/grantpt.c b/sysdeps/unix/grantpt.c index ff28179bc7..f664b9eb1b 100644 --- a/sysdeps/unix/grantpt.c +++ b/sysdeps/unix/grantpt.c @@ -19,6 +19,7 @@ #include <assert.h> #include <errno.h> +#include <fcntl.h> #include <grp.h> #include <limits.h> #include <stdlib.h> |