aboutsummaryrefslogtreecommitdiff
path: root/src/mm-context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mm-context.h')
-rw-r--r--src/mm-context.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mm-context.h b/src/mm-context.h
index 727cbd7f..6627a601 100644
--- a/src/mm-context.h
+++ b/src/mm-context.h
@@ -16,8 +16,13 @@
#ifndef MM_CONTEXT_H
#define MM_CONTEXT_H
+#include <config.h>
#include <glib.h>
+#if !defined(MM_DIST_VERSION)
+# define MM_DIST_VERSION VERSION
+#endif
+
void mm_context_init (gint argc,
gchar **argv);