summaryrefslogtreecommitdiffstats
path: root/m_property.h
diff options
context:
space:
mode:
Diffstat (limited to 'm_property.h')
-rw-r--r--m_property.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/m_property.h b/m_property.h
index b28b9f3b8b..d0d499623a 100644
--- a/m_property.h
+++ b/m_property.h
@@ -1,3 +1,5 @@
+#ifndef M_PROPERTY_H
+#define M_PROPERTY_H
/// \defgroup Properties
///
@@ -198,3 +200,5 @@ int m_property_bitrate(m_option_t* prop,int action,void* arg,int rate);
///@}
///@}
+
+#endif /* M_PROPERTY_H */