summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/bits/fcntl.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-06-26 00:23:09 +0000
committerUlrich Drepper <drepper@redhat.com>1997-06-26 00:23:09 +0000
commitcdd225ad1b74d1748f15bd80cdde13e0326fad1e (patch)
tree2f65ed0aad13c0c328ed4c7712520096607d9bfd /sysdeps/mach/hurd/bits/fcntl.h
parent707ac6cbab5c775ce3c7849dde8a014767991637 (diff)
* sysdeps/mach/hurd/bits/fcntl.h: Change include of gnu/types.h to include of bits/types.h.
Diffstat (limited to 'sysdeps/mach/hurd/bits/fcntl.h')
-rw-r--r--sysdeps/mach/hurd/bits/fcntl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/bits/fcntl.h b/sysdeps/mach/hurd/bits/fcntl.h
index 4983b338ae..c3d187ae0e 100644
--- a/sysdeps/mach/hurd/bits/fcntl.h
+++ b/sysdeps/mach/hurd/bits/fcntl.h
@@ -156,7 +156,7 @@
#define FD_CLOEXEC 1 /* Close on exec. */
-#include <gnu/types.h>
+#include <bits/types.h>
/* The structure describing an advisory lock. This is the type of the third
argument to `fcntl' for the F_GETLK, F_SETLK, and F_SETLKW requests. */