summaryrefslogtreecommitdiffstats
path: root/core/mp_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/mp_common.h')
-rw-r--r--core/mp_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/mp_common.h b/core/mp_common.h
index 4abbe70caf..184cea2a32 100644
--- a/core/mp_common.h
+++ b/core/mp_common.h
@@ -31,6 +31,7 @@
#define ROUND(x) ((int)((x) < 0 ? (x) - 0.5 : (x) + 0.5))
extern const char *mplayer_version;
+extern const char *mplayer_builddate;
char *mp_format_time(double time, bool fractions);