summaryrefslogtreecommitdiff
path: root/include/partition.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/partition.h')
-rw-r--r--include/partition.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/partition.h b/include/partition.h
index 885a79b4ba3..5d3623f716e 100644
--- a/include/partition.h
+++ b/include/partition.h
@@ -78,4 +78,8 @@ extern void partition_print PARAMS((partition,
#define partition_find(partition__, element__) \
((partition__)->elements[(element__)].class_element)
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
#endif /* _PARTITION_H */