]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add missing include.
authorUlrich Drepper <drepper@redhat.com>
Tue, 16 Jun 2009 15:00:10 +0000 (08:00 -0700)
committerUlrich Drepper <drepper@redhat.com>
Tue, 16 Jun 2009 15:00:10 +0000 (08:00 -0700)
sysdeps/unix/grantpt.c

index ff28179bc7fd3d0b758cab00283098208c444876..f664b9eb1beddbe97c52b67786d8345a83f4eb97 100644 (file)
@@ -19,6 +19,7 @@
 
 #include <assert.h>
 #include <errno.h>
+#include <fcntl.h>
 #include <grp.h>
 #include <limits.h>
 #include <stdlib.h>