diff options
Diffstat (limited to 'sysvipc/sys/ipc.h')
-rw-r--r-- | sysvipc/sys/ipc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysvipc/sys/ipc.h b/sysvipc/sys/ipc.h index c36dd79b33..f1ba7ff188 100644 --- a/sysvipc/sys/ipc.h +++ b/sysvipc/sys/ipc.h @@ -1,6 +1,5 @@ /* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as @@ -20,7 +19,7 @@ #ifndef _SYS_IPC_H #define _SYS_IPC_H 1 -#include <sys/cdefs.h> +#include <features.h> /* Get system dependent definition of `struct ipc_perm' and more. */ #include <bits/ipc.h> |