aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mach/message.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mach/message.h b/include/mach/message.h
index 0a7297e1..30c07296 100644
--- a/include/mach/message.h
+++ b/include/mach/message.h
@@ -132,7 +132,7 @@ typedef unsigned int mach_msg_size_t;
typedef natural_t mach_msg_seqno_t;
typedef integer_t mach_msg_id_t;
-typedef struct {
+typedef struct mach_msg_header {
mach_msg_bits_t msgh_bits;
mach_msg_size_t msgh_size;
mach_port_t msgh_remote_port;