summaryrefslogtreecommitdiff
path: root/ipc/ipc_machdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipc_machdep.h')
-rwxr-xr-xipc/ipc_machdep.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ipc/ipc_machdep.h b/ipc/ipc_machdep.h
index e864c4b0..c205ba45 100755
--- a/ipc/ipc_machdep.h
+++ b/ipc/ipc_machdep.h
@@ -24,6 +24,9 @@
* the rights to redistribute these changes.
*/
+#ifndef _IPC_IPC_MACHDEP_H_
+#define _IPC_IPC_MACHDEP_H_
+
/*
* At times, we need to know the size of a port in bits
*/
@@ -38,3 +41,4 @@
#define PORT_T_SIZE_IN_BITS 32
#endif
+#endif /* _IPC_IPC_MACHDEP_H_ */