summaryrefslogtreecommitdiff
path: root/src/oom
diff options
context:
space:
mode:
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"