hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/arch/xtensa/include/uapi/asm/msgbuf.h
....@@ -17,6 +17,8 @@
1717 #ifndef _XTENSA_MSGBUF_H
1818 #define _XTENSA_MSGBUF_H
1919
20
+#include <asm/ipcbuf.h>
21
+
2022 struct msqid64_ds {
2123 struct ipc64_perm msg_perm;
2224 #ifdef __XTENSA_EB__