summaryrefslogtreecommitdiffstats
path: root/m_property.c
diff options
context:
space:
mode:
Diffstat (limited to 'm_property.c')
-rw-r--r--m_property.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/m_property.c b/m_property.c
index 363e042f1c..93fa8863fd 100644
--- a/m_property.c
+++ b/m_property.c
@@ -30,8 +30,7 @@
#include "m_option.h"
#include "m_property.h"
#include "mp_msg.h"
-
-#define ROUND(x) ((int)((x)<0 ? (x)-0.5 : (x)+0.5))
+#include "mpcommon.h"
static int do_action(const m_option_t* prop_list, const char* name,
int action, void* arg, void *ctx) {