summaryrefslogtreecommitdiffstats
path: root/src/oom/oomctl.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-11-09 01:23:17 +0100
committerGitHub <noreply@github.com>2022-11-09 01:23:17 +0100
commitbf1886226724b3db0779d643195d428575cff0be (patch)
treef6a912f0950a2bd000625fe2b9c717a0370d3788 /src/oom/oomctl.c
parentnetworkd-ipv4acd.c: Use net/if.h for getting IFF_LOOPBACK definition (diff)
parentRename def.h to constants.h (diff)
downloadsystemd-bf1886226724b3db0779d643195d428575cff0be.tar.xz
systemd-bf1886226724b3db0779d643195d428575cff0be.zip
Merge pull request #25291 from keszybz/util-cleanup
Split/rename util.c+h and def.h
Diffstat (limited to 'src/oom/oomctl.c')
-rw-r--r--src/oom/oomctl.c1
1 files changed, 1 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"