summaryrefslogtreecommitdiff
path: root/src/oom
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-11-06 16:30:58 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-11-08 13:41:14 +0100
commitd6b4d1c7c42db5b53ece960c279856d96abbf216 (patch)
tree3b0a8f189d8d7f8e86303668748b6dbb5ad914b3 /src/oom
parentc8715007e09898f3d517863c4d8b3249bee0b4ad (diff)
downloadsystemd-d6b4d1c7c42db5b53ece960c279856d96abbf216.tar.gz
basic: move version() to build.h+c
Diffstat (limited to 'src/oom')
-rw-r--r--src/oom/oomctl.c1
-rw-r--r--src/oom/oomd.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/oom/oomctl.c b/src/oom/oomctl.c
index 2ffb9d4d19..e527abf5da 100644
--- a/src/oom/oomctl.c
+++ b/src/oom/oomctl.c
@@ -3,6 +3,7 @@
#include <getopt.h>
#include <unistd.h>
+#include "build.h"
#include "bus-error.h"
#include "copy.h"
#include "main-func.h"
diff --git a/src/oom/oomd.c b/src/oom/oomd.c
index 6cfe1a3f4c..eb1b830605 100644
--- a/src/oom/oomd.c
+++ b/src/oom/oomd.c
@@ -2,6 +2,7 @@
#include <getopt.h>
+#include "build.h"
#include "bus-log-control-api.h"
#include "bus-object.h"
#include "cgroup-util.h"