dont use __has_include

This commit is contained in:
Grant Limberg 2020-06-19 16:36:04 -07:00
parent 4cafc1b776
commit 05cc4ea36a
No known key found for this signature in database
GPG key ID: 2BA62CCABBB4095A

View file

@ -17,9 +17,7 @@
#include "zerotier.h" #include "zerotier.h"
#include "OS.hpp" #include "OS.hpp"
#if __has_include("version.h")
#include "version.h" #include "version.h"
#endif
/** /**
* Version bit packed into four 16-bit fields in a 64-bit unsigned integer. * Version bit packed into four 16-bit fields in a 64-bit unsigned integer.