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 522f22be..130a7bd4 100644
--- a/client/common.h
+++ b/client/common.h
@@ -50,6 +50,8 @@
#define strcasecmp stricmp
+extern const char* PACKAGE_VERSION;
+
#else
#include <unistd.h>
#include <X11/X.h>