summaryrefslogtreecommitdiffstats
path: root/client/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/common.h')
-rw-r--r--client/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/common.h b/client/common.h
index 30fbf798..8b4e39de 100644
--- a/client/common.h
+++ b/client/common.h
@@ -62,6 +62,8 @@
#define strcasecmp stricmp
+extern const char* PACKAGE_VERSION;
+
#else
#include <unistd.h>
#include <X11/X.h>