In preparation for switching to meson explicitly include version.h rather than depend on -DGIT_VERSION.
Signed-off-by: Dan Williams <[email protected]> --- cxl/cxl.c | 1 + cxl/list.c | 1 + daxctl/daxctl.c | 1 + daxctl/list.c | 1 + ndctl/list.c | 1 + ndctl/monitor.c | 1 + ndctl/ndctl.c | 1 + 7 files changed, 7 insertions(+) diff --git a/cxl/cxl.c b/cxl/cxl.c index 4b1661d8d4c1..4aa2038d6435 100644 --- a/cxl/cxl.c +++ b/cxl/cxl.c @@ -9,6 +9,7 @@ #include <string.h> #include <stdlib.h> #include <unistd.h> +#include <version.h> #include <sys/stat.h> #include <sys/types.h> #include <cxl/libcxl.h> diff --git a/cxl/list.c b/cxl/list.c index d7b836bd2b46..7923f64d1884 100644 --- a/cxl/list.c +++ b/cxl/list.c @@ -5,6 +5,7 @@ #include <stdlib.h> #include <unistd.h> #include <limits.h> +#include <version.h> #include <util/json.h> #include <json-c/json.h> #include <cxl/libcxl.h> diff --git a/daxctl/daxctl.c b/daxctl/daxctl.c index 928814c8b35f..3668e760ea23 100644 --- a/daxctl/daxctl.c +++ b/daxctl/daxctl.c @@ -9,6 +9,7 @@ #include <string.h> #include <stdlib.h> #include <unistd.h> +#include <version.h> #include <sys/stat.h> #include <sys/types.h> #include <daxctl/libdaxctl.h> diff --git a/daxctl/list.c b/daxctl/list.c index aeff1967116b..2b2bc19d23cb 100644 --- a/daxctl/list.c +++ b/daxctl/list.c @@ -5,6 +5,7 @@ #include <stdlib.h> #include <unistd.h> #include <limits.h> +#include <version.h> #include <util/json.h> #include <json-c/json.h> #include <daxctl/libdaxctl.h> diff --git a/ndctl/list.c b/ndctl/list.c index 869edde4fc65..3baf8e13c2ea 100644 --- a/ndctl/list.c +++ b/ndctl/list.c @@ -5,6 +5,7 @@ #include <stdlib.h> #include <unistd.h> #include <limits.h> +#include <version.h> #include <util/json.h> #include <json-c/json.h> diff --git a/ndctl/monitor.c b/ndctl/monitor.c index fde5b1209565..870dec2ef679 100644 --- a/ndctl/monitor.c +++ b/ndctl/monitor.c @@ -13,6 +13,7 @@ #include <ndctl/ndctl.h> #include <ndctl/libndctl.h> #include <sys/epoll.h> +#include <version.h> #define BUF_SIZE 2048 /* reuse the core log helpers for the monitor logger */ diff --git a/ndctl/ndctl.c b/ndctl/ndctl.c index 31d2c5e35939..4c8bf3434245 100644 --- a/ndctl/ndctl.c +++ b/ndctl/ndctl.c @@ -8,6 +8,7 @@ #include <string.h> #include <stdlib.h> #include <unistd.h> +#include <version.h> #include <sys/stat.h> #include <sys/types.h> #include <ndctl/builtin.h>
