imageinfo: avoid possible build error if version.h is not available

This commit is contained in:
2020-02-27 07:54:45 +01:00
parent f17fe7e432
commit aec0aca885

View File

@@ -42,7 +42,9 @@
#include <daemonc/remotecontrol.h> #include <daemonc/remotecontrol.h>
#include <system/flashtool.h> #include <system/flashtool.h>
#include <system/helpers.h> #include <system/helpers.h>
#ifdef VCS
#include "version.h" #include "version.h"
#endif
#include <gui/buildinfo.h> #include <gui/buildinfo.h>
#define LICENSEDIR DATADIR "/neutrino/license/" #define LICENSEDIR DATADIR "/neutrino/license/"
#define POLICY_DIR DATADIR "/neutrino/policy/" #define POLICY_DIR DATADIR "/neutrino/policy/"