X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/8a6aec16d8c21d3c57457e5ec00eb83f5242feba..94faa59465751fd9dc90c8bdf430450eb2cfea17:/common/default_version.c?ds=inline

diff --git a/common/default_version.c b/common/default_version.c
index b2d19b2a..9f818bed 100644
--- a/common/default_version.c
+++ b/common/default_version.c
@@ -1,6 +1,6 @@
-#include <proxmark3.h>
+#include "proxmark3.h"
 /* This is the default version.c file that Makefile.common falls back to if perl is not available */
-struct version_information __attribute__((section(".version_information"))) version_information = { 
+const struct version_information __attribute__((section(".version_information"))) version_information = { 
 		VERSION_INFORMATION_MAGIC, 
 		1, /* version version 1 */
 		0, /* version information not present */