summaryrefslogtreecommitdiff
path: root/sysvipc/sys/shm.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysvipc/sys/shm.h')
-rw-r--r--sysvipc/sys/shm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysvipc/sys/shm.h b/sysvipc/sys/shm.h
index 2a1e7c664d..56883b787b 100644
--- a/sysvipc/sys/shm.h
+++ b/sysvipc/sys/shm.h
@@ -18,8 +18,8 @@
Boston, MA 02111-1307, USA. */
#ifndef _SYS_SHM_H
-
#define _SYS_SHM_H 1
+
#include <features.h>
#include <unistd.h> /* for `getpagesize' declaration */
@@ -29,7 +29,7 @@
#include <sys/ipc.h>
/* Get system dependent definition of `struct shmid_ds' and more. */
-#include <sys/shm_buf.h>
+#include <bits/shm.h>
/* Segment low boundary address multiple. */
@@ -54,4 +54,4 @@ extern int shmdt __P ((__const void *__shmaddr));
__END_DECLS
-#endif /* _SYS_SHM_H */
+#endif /* sys/shm.h */