about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sys/ipc.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/sys/ipc.h b/include/sys/ipc.h
index cde376fc..9e366b7b 100644
--- a/include/sys/ipc.h
+++ b/include/sys/ipc.h
@@ -22,6 +22,7 @@ extern "C" {
 #endif
 
 #include <bits/ipc.h>
+#include <bits/ipcstat.h>
 
 #define IPC_CREAT  01000
 #define IPC_EXCL   02000
@@ -29,9 +30,6 @@ extern "C" {
 
 #define IPC_RMID 0
 #define IPC_SET  1
-#ifndef IPC_STAT
-#define IPC_STAT 2
-#endif
 #define IPC_INFO 3
 
 #define IPC_PRIVATE ((key_t) 0)