summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-06-16 08:00:10 -0700
committerUlrich Drepper <drepper@redhat.com>2009-06-16 08:00:10 -0700
commit3c8770316b9173a6e8f2aeb764342c656c51d940 (patch)
tree14b2c6f5a64cc7e0323a56485731f577989f13b8
parentb34de9ea811dff5e58a897ff5efead4d2dd38d55 (diff)
Add missing include.
-rw-r--r--sysdeps/unix/grantpt.c1
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>